Skip to content

Release 2317

Choose a tag to compare

@github-actions github-actions released this 22 Feb 15:55
3b970d8

The rake task rake jobs:work doesn't hit the delayed_job bin file, which starts the Prometheus metrics server on the worker using webrick.

Change from the rake task to call ./bin/delayed_job. We start it on port 3000 so that we can use the already-exposed port in Docker; we're not running Rails so there shouldn't be a conflict.