Open robinetmiller opened 8 years ago
If restarting app, the main process will die, and then main-prime would start its own workers.
Because of the heartbeat delay, there could be a short period with two QueueWorker processes for the same queue.
Either this can be solved with a locking mechanism, or by main-prime checking for workers with the appropriate name (or recorded pids), and destroying them.
See #23
If restarting app, the main process will die, and then main-prime would start its own workers.
Because of the heartbeat delay, there could be a short period with two QueueWorker processes for the same queue.