Closed
Bug 1255087
Opened 9 years ago
Closed 9 years ago
Add a lint for checking that the Procfile and CELERY_QUEUES setting match
Categories
(Tree Management :: Treeherder, defect)
Tree Management
Treeherder
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jgraham, Assigned: jgraham)
References
Details
Attachments
(1 file)
I get this wrong all the time.
Comment 1•9 years ago
|
||
Assignee | ||
Updated•9 years ago
|
Attachment #8728520 -
Flags: review?(emorley)
Updated•9 years ago
|
Attachment #8728520 -
Flags: review?(emorley) → review+
Updated•9 years ago
|
Assignee: nobody → james
Comment 2•9 years ago
|
||
Commits pushed to master at https://github.com/mozilla/treeherder
https://github.com/mozilla/treeherder/commit/b6f4533bd7b356f12cb7b444072ff7592dab967b
Bug 1255087 - Add detect_intermittents and autoclassify queues to celery worker files
This will not cause any additional tasks to actually run since
the code that adds messages to these queues is gated on the
AUTOCLASSIFY_JOBS setting.
https://github.com/mozilla/treeherder/commit/fa2bac1331008b6dcf21b3e81e93a5ba508d8f5c
Bug 1255087 - Add support for updating existing variables in local_settings.py
https://github.com/mozilla/treeherder/commit/4cfe414d22a50f6580504a974282bf4b383ea97b
Bug 1255087 - Remove store_pulse_jobs Queue that is not used in production.
https://github.com/mozilla/treeherder/commit/5ff72285c417132d2ec0813c99fc79136c1df842
Bug 1255087 - Create a lint for ensuring that the heroku Procfile contains the same queues as CELERY_QUEUES in the settings file
https://github.com/mozilla/treeherder/commit/8dfe025c164fc7f36e1f7e08147b9b6155fbada8
Merge pull request #1342 from mozilla/jgraham/procfile_lint
Bug 1255087 - Add a lint for checking that Procfile and CELERY_QUEUES match
Assignee | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•