Commit graph

64 commits

Author SHA1 Message Date
Ayrat Badykov 4bf654c9b5
Do not use env logger, call log instead directly (#11)
* Do not use env logger, call log instead directly

* update example
2021-08-22 21:25:49 +03:00
Ayrat Badykov 1aabb91206
bump version to 0.4.0 (#10)
* update readme

* remove note

* add CHANGELOG

* fix pr number
2021-07-31 10:40:11 +03:00
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 cb02a03fea
bump version 2021-07-24 12:31:26 +03:00
dependabot[bot] 1e0038a3e6
chore(cargo): update env_logger requirement from 0.8.4 to 0.9.0 (#6)
Updates the requirements on [env_logger](https://github.com/env-logger-rs/env_logger) to permit the latest version.
- [Release notes](https://github.com/env-logger-rs/env_logger/releases)
- [Changelog](https://github.com/env-logger-rs/env_logger/blob/main/CHANGELOG.md)
- [Commits](https://github.com/env-logger-rs/env_logger/compare/v0.8.4...v0.9.0)

---
updated-dependencies:
- dependency-name: env_logger
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-19 08:09:05 +03:00
Ayrat Badykov df1da87e13
bump version and add badges 2021-07-11 13:55:52 +03:00
Ayrat Badykov 36e705a7ef
update README and bump version 2021-07-04 09:09:56 +03:00
Ayrat Badykov c601984d37
prepare to publish on crates.io 2021-06-24 13:17:11 +03:00
Ayrat Badykov 3bc32c9c93
add job pool 2021-06-23 08:32:35 +03:00
Ayrat Badykov e52c81ddde
execute a task 2021-06-20 11:10:02 +03:00
Ayrat Badykov 27f3e1479f
lock the selected task record 2021-06-12 15:59:09 +03:00
Ayrat Badykov 506fd1c4cb
insert tasks 2021-06-06 11:44:46 +03:00
Ayrat Badykov 8f1f1cc7fa
start working on storage level 2021-06-05 14:39:19 +03:00
Ayrat Badykov d31d6096fa
initial commit 2021-05-30 11:35:00 +03:00