enragedginger / akka-quartz-scheduler

Quartz Extension and utilities for cron-style scheduling in Akka
Other
559 stars 115 forks source link

Disable schedulers with property #116

Open fjtorres opened 2 years ago

fjtorres commented 2 years ago

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?

fernanluyano commented 1 year ago

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