You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a few workers that sole point is to figure out how much work there is and split it into workers. Then I have tasks that need to be ran after these sub workers are done.
Any thoughts on how to go about this? I not sure Superworker currently supports something to allow this. This there a way Superworker could block until queue is finish? Or I could registor my sub workers with the current Supoerworker??
The text was updated successfully, but these errors were encountered:
+1 on this. It would be really good to have a way to work out a range of dates, and pass that into the batch without having to pass it into the original superworker class.
I have a few workers that sole point is to figure out how much work there is and split it into workers. Then I have tasks that need to be ran after these sub workers are done.
Any thoughts on how to go about this? I not sure Superworker currently supports something to allow this. This there a way Superworker could block until queue is finish? Or I could registor my sub workers with the current Supoerworker??
The text was updated successfully, but these errors were encountered: