scheduler
scheduler copied to clipboard
A Scala library for scheduling arbitrary code to run at an arbitrary time.
Hello, I've followed the steps referenced in the User Guide to add the scheduler as a dependency, but when i go and build the project i get ``` sbt:dir> compile...
Hi I am evaluating different alternatives to schedule tasks, and this is a good candidate as we are basing a lot of out work on Scala, Akka, Cassandra and Kafka....
I'm facing issue related data loss , Scheduler was working initial start time , if scheduler not used long time after some time when I try to schedule task that...
Scheduler starting working properly , if any cassandra connection renew with 9160 has problem. where should be a problem, Cassandra or scheduler library. Following Exception java.util.concurrent.ExecutionException: com.netflix.astyanax.connectionpool.exceptions.PoolTimeoutException: PoolTimeoutException: [host=127.0.0.1(127.0.0.1):9160, latency=60001(60001),...
Is their any plan scheduler release build with 2.12.
Sample usage
Thanks for sharing the scheduler. I like to use in our application. I am new to Scala, so if you give me an the Sample main class to run this...
Scheduler currently doesn't work well with IntelliJ. See https://youtrack.jetbrains.com/issue/SCL-10768 We should see whether this is due to our sbt setup, maybe simplify it, check whether there are restrictions in multi-module...