Skip to content

Commit

Permalink
Update link to Pekko variant of akka-quartz-scheduler (#782)
Browse files Browse the repository at this point in the history
  • Loading branch information
zackman0010 authored Nov 8, 2023
1 parent 99b4df3 commit d0e70eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/paradox/scheduler.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ instances at the same time. The implementation is based on a Hashed Wheel Timer,
a known datastructure and algorithm for handling such use cases, refer to the [Hashed and Hierarchical Timing Wheels](http://www.cs.columbia.edu/~nahum/w6998/papers/sosp87-timing-wheels.pdf)
whitepaper by Varghese and Lauck if you'd like to understand its inner workings.

The Pekko scheduler is **not** designed for long-term scheduling (see [akka-quartz-scheduler](https://github.com/enragedginger/akka-quartz-scheduler)
The Pekko scheduler is **not** designed for long-term scheduling (see [pekko-quartz-scheduler](https://github.com/samueleresca/pekko-quartz-scheduler)
instead for this use case) nor is it to be used for highly precise firing of the events.
The maximum amount of time into the future you can schedule an event to trigger is around 8 months,
which in practice is too much to be useful since this would assume the system never went down during that period.
Expand Down

0 comments on commit d0e70eb

Please sign in to comment.