Commit graph

3 commits

Author SHA1 Message Date
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
Ayrat Badykov
e009747dd0
remove unused file 2021-06-23 14:32:21 +03:00
Ayrat Badykov
8f1f1cc7fa
start working on storage level 2021-06-05 14:39:19 +03:00