akka-quartz-scheduler
akka-quartz-scheduler copied to clipboard
Quartz Extension and utilities for cron-style scheduling in Akka
Fix #93
Is there a way to chain/combine different calendar types into a single calendar? An Annual calendar by itself isn't very useful. Combined with Holiday, Weekly and other types, it makes...
Currently the following message is logged (for each schedule entry): ` 12:24:09,037 INFO [QuartzSchedulerExtension] Setting up scheduled job 'TestJob', with 'com.typesafe.akka.extension.quartz.QuartzCronSchedule@35876530' ` The message is not very useful. In my...
Not able to call a utility class from Actor class. Throwing null when i try to use the objects SchedulerActor -> TestUtils(WSClient, Config classes injected using dependency injection)
How I can show list shedulers with names, descriptions and cron-expressions (in string format)?
With typed extending the untyped extension, two copies of the scheduler were getting created with the same name. Quartz does not allow duplicate schedulers, so only the first extension to...
Now that Akka is [switching to the Business Source License](https://www.lightbend.com/akka/license-faq) I was wondering if you would be interested in maintaining a [Pekko](https://pekko.apache.org/what-is-pekko.html) variant of the scheduler? I'll raise a PR...
Initial migration. Tests run successfully and library used successfully in my org. The README and other docs need some love. Currently depending on Pekko nigthtlies, since 1.0.0 has not been...
When will be the akka version 2.8.2 will be available for Akka Quartz Scheduler. Currently we are having "akka-quartz-scheduler_3:1.9.3-akka-2.6.x"
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...