Closed
Bug 1451451
Opened 7 years ago
Closed 7 years ago
The jobqueue's start command isn't right
Categories
(bugzilla.mozilla.org :: Infrastructure, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: dylan, Unassigned)
References
Details
This is a side effect of the game of telephone I played with glob, but to be clear you shouldn't directly call the jobqueue executable. There's a 'jobqueue' command that will spawn it (and the log synchronizer):
So in https://github.com/mozilla-services/cloudops-deployment/blob/bugzilla/projects/bugzilla/puppet/modules/bugzilla_jobqueue/manifests/jobqueue.pp#L6
you want to just run
jobqueue -j 10
As of bug 1450010 ( and bug release-20180330.1 ) the pidfile hack isn't needed.
Reporter | ||
Updated•7 years ago
|
Blocks: bmo-release-20180330.1
fixed in 26556d9cd9baf65b8b5abd05b16b5b5d629667bf
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•