BotDiscord/src/event
2024-06-27 18:04:35 +02:00
..
mod.rs feat: Mise en place de cronjob fonctionne avec une logique concour qui fonctionne 2024-06-27 18:04:06 +02:00
README feat: Start research on Event Actix Actor 2024-06-21 17:23:54 +02:00
schedule_job.rs feat: Mise en place de cronjob fonctionne avec une logique concour qui fonctionne 2024-06-27 18:04:35 +02:00

This file contains invisible Unicode characters

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)