Closed hghdo closed 10 years ago
Workers actually do heartbeat in some sense. If a worker hasn't performed any request in 24 hours, then it gets removed from the list of workers. You can tune that number by setting max-worker-age
(in seconds) in qless' config.
Does that help your use-case?
It works well. Thanks
Add heartbeating to worker to monitor a work is still running. Currently qless web console displays all worker process even if the worker was shutdown unexpectly, for example network broken.