abaco icon indicating copy to clipboard operation
abaco copied to clipboard

Implement a pause function for actors

Open mwvaughn opened this issue 5 years ago • 1 comments

We cannot easily stop an actor (temporarily) from accepting new work. This can be inconvenient when trying to test parallel sets of linked actors. It would be handy to be able to pause/resume an actor without deleting it.

mwvaughn avatar Nov 16 '18 19:11 mwvaughn

Stop processing work => shut down all workers. Need to tag them as paused since the autoscaler will helpfully scale them back up!

mwvaughn avatar Nov 16 '18 22:11 mwvaughn