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
Cronut defaults to using the StdSchedulerFactory/defaultScheduler, that means you can only have one scheduler configured per JVM.
We should extend the scheduler configuration to take a :factory parameter that is used to build new schedulers if provided. This would allow configuration of multiple schedulers in a single JVM for starters.
The text was updated successfully, but these errors were encountered:
Cronut defaults to using the StdSchedulerFactory/defaultScheduler, that means you can only have one scheduler configured per JVM.
We should extend the scheduler configuration to take a :factory parameter that is used to build new schedulers if provided. This would allow configuration of multiple schedulers in a single JVM for starters.
The text was updated successfully, but these errors were encountered: