Hi, All: I have a need to restart route workers in the middle of processing a multi-step workflow. I would like to stop a worker after it finishes current step so that next step in workflow can be processed either by other worker instances or by newly started worker instance (if only one worker instance is configured to run).
However, I don't know how to determine if the worker is currently processing a message/running a step. From what I see in source, worker has two known states: "stopped" : worker will not processing any new messages "running: : worker will process new messages from storage Neither of above two states tells me if the worker is currently busy/processing a message. Is there a way to determine if my worker is doing a step or do we need to introduce a new worker state ? Thanks, ypz -- -- you received this message because you are subscribed to the "ruote users" group. to post : send email to [email protected] to unsubscribe : send email to [email protected] more options : http://groups.google.com/group/openwferu-users?hl=en --- You received this message because you are subscribed to the Google Groups "ruote" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
