This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Event
Event stack.
## Concour
Event stack used in order to handle the concour event stack.
###Action : CronJob
Once every x time the ActixActox X CronJob should handle the trigger of scheduled concour event.
- [Actix Actor](https://actix.rs/docs/actix/actor/)
- [JobScheduler exemple](https://github.com/mvniekerk/tokio-cron-scheduler/blob/main/examples/simple_job.rs)
- [JobSheduler exemple 2](https://github.com/mvniekerk/tokio-cron-scheduler/blob/main/examples/lib.rs)