enragedginger/akka-quartz-scheduler

Can't remove schedule from QuartzSchedulerExtension directly.

phaith opened this issue · 2 comments

I've problem to recreate schedule with different cron expression. I can use QuartzSchedulerExtension(system).createSchedule(xxxx) then I can use QuartzSchedulerExtension(system).schedule(xxxx) for the first time. However, I've to handle it in different way to recreate it by using QuartzSchedulerExtension(context.system).rescheduleJob(xxx).

Should cancelJob also call removeSchedule so that we can recreate it again later?

I'm not sure I understand exactly what you're getting at. Can you explain in a bit more detail? If this is still a desired feature, can you submit a PR with tests?

Marking this as closed due to inactivity.