This isn't universal, depends on what children you add, but if you don't create child scopes using
Job(scope[Job])
you should be fine.
t
tseisel
02/05/2020, 7:51 AM
An alternative would be to execute your actions with an actor. With the default capacity, it ensures that only one action is executed at a given time, suspending requests to execute another action until done with the current.