mirror of
https://github.com/GSA/notifications-api.git
synced 2026-05-27 17:38:17 -04: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).