BotDiscord/src/event
2024-06-25 02:53:13 +02:00
..
concour feat: lint ++ add find_by_status in concour 2024-06-24 11:59:04 +02:00
mod.rs feat: basic scheduler work 2024-06-24 18:39:20 +02:00
README feat: Start research on Event Actix Actor 2024-06-21 17:23:54 +02:00
schedule_job.rs feat: Start/Stop/Add keywords are working YIPEEE and update with surrealdb are fixed 2024-06-25 02:53:13 +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)