mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-16 16:12:47 -05:00
The existing script would not work with `celery multi` as it was trying to put it in the background and the get its pid.~ `celery multi` creates a number of worker processes and stores their PIDs in files named celeryN.pid, where N the index number of the worker (starting at 1).