backie/src
Ayrat Badykov 824e32f17b
pass PgConnection into run function (#8)
* pass PgConnection into run function

Changes:

- rename Postgres into Queue
- pass PgConnection into run function

* remove all tasks of specific type

* add pgconnection

* pass connection to every queue function

* add connection pool

* reuse connection in test

* update readme
2021-07-25 15:20:16 +03:00
..
executor.rs pass PgConnection into run function (#8) 2021-07-25 15:20:16 +03:00
lib.rs pass PgConnection into run function (#8) 2021-07-25 15:20:16 +03:00
queue.rs pass PgConnection into run function (#8) 2021-07-25 15:20:16 +03:00
scheduler.rs pass PgConnection into run function (#8) 2021-07-25 15:20:16 +03:00
schema.rs Periodic tasks (#5) 2021-07-18 22:09:30 +03:00
worker_pool.rs pass PgConnection into run function (#8) 2021-07-25 15:20:16 +03:00