backie/src
Ayrat Badykov 45eb336b8a
Periodic tasks (#5)
* Periodic tasks

* schedule next execution

* add scheduler

* ignore test

* fix clippy

* make start public

* check if the period task already exists

* do not insert task if it's already in the queue

* fix tests
2021-07-18 22:09:30 +03:00
..
executor.rs add github actions (#4) 2021-07-11 13:17:02 +03:00
lib.rs Periodic tasks (#5) 2021-07-18 22:09:30 +03:00
postgres.rs Periodic tasks (#5) 2021-07-18 22:09:30 +03:00
scheduler.rs Periodic tasks (#5) 2021-07-18 22:09:30 +03:00
schema.rs Periodic tasks (#5) 2021-07-18 22:09:30 +03:00
worker_pool.rs Periodic tasks (#5) 2021-07-18 22:09:30 +03:00