Fresque
Fresque copied to clipboard
fresque stop doesn't clear workers after stopping them
running fresque stop does stop the workers. but if you then run fresque stats, it still shows the workers as active. fresque stop should also notify ResqueStatus that the worker no longer exists
Does this happen if you check the stats multiple times? I have found that it takes "fresque stats" a few seconds after a "fresque stop" for the worker status to update.
Stopping a worker does not immediately stop the workers. It just sends a KILL
command to the worker process, and may take up to x time to process, where x is the number of seconds between each polling (the -i
arg).