Re: [akka-user] Ensuring Cancellable jobs stop

2014-07-02 Thread Patrik Nordwall
Hi Greg, On Tue, Jul 1, 2014 at 8:38 PM, tigerfoot wrote: > Hello, > > I have a job that's scheduled with Scheduler and I save the Cancellable. > The job isn't important, but it just sends a message to an Actor. > After scheduling, it runs for a while and at some point I call cancel() on > the

[akka-user] Ensuring Cancellable jobs stop

2014-07-01 Thread tigerfoot
Hello, I have a job that's scheduled with Scheduler and I save the Cancellable. The job isn't important, but it just sends a message to an Actor. After scheduling, it runs for a while and at some point I call cancel() on the Cancellable and need to ensure the job is actually done and won't fire