enragedginger/akka-quartz-scheduler

Disable schedulers with property

fjtorres opened this issue · 1 comments

Hello,

I want to know if this extension have some type of property to disable all schedulers. We have an API as a monolith with a few schedulers inside to run background tasks but we want to have the possibility to scale our API without limitations. We don't want to execute schedulers in all instances because will duplicate notifications to our users or other unexpected behaviours. So a way to achieve it is disabling the schedulers via configuration property at startup.

Is it possible?

Inserting a comment here with an unrelated issue. What's the course of action regarding Lightbend's decision to make Akka not free anymore?