You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: