зеркало из https://github.com/mozilla/bugbot.git
[crash/analyzer] Reduce the number of workers for bugzilla-dev (#2214)
This commit is contained in:
Родитель
cf2ba41a8d
Коммит
edfd1ba73e
|
@ -112,6 +112,9 @@ class DevBugzilla(Bugzilla):
|
||||||
API_URL = URL + "/rest/bug"
|
API_URL = URL + "/rest/bug"
|
||||||
ATTACHMENT_API_URL = API_URL + "/attachment"
|
ATTACHMENT_API_URL = API_URL + "/attachment"
|
||||||
TOKEN = utils.get_login_info()["bz_api_key_dev"]
|
TOKEN = utils.get_login_info()["bz_api_key_dev"]
|
||||||
|
# Note(suhaib): the dev instance of bugzilla has a smaller cluster, so we
|
||||||
|
# need to go easy on it.
|
||||||
|
MAX_WORKERS = 1
|
||||||
|
|
||||||
|
|
||||||
class NoCrashReportFoundError(Exception):
|
class NoCrashReportFoundError(Exception):
|
||||||
|
|
Загрузка…
Ссылка в новой задаче