Releases: leo91000/graphile_worker_rs
Releases · leo91000/graphile_worker_rs
graphile_worker-v0.6.1
Other
- Update badge
- Include badge in README
- remove unused file
- Add cron test
- Verbose tarpaulin
- Add codecov token
- Fix coverage path
- Add more time for runs_jobs_in_parallel to process job
- Rename tarpaulin job to coverage
- Split check into multiple files
- Wait more time for jobs to be processed for tarpaulin
- Add
.run()
test - (deps) update rust crate chrono to 0.4.34
graphile_worker_migrations-v0.4.0
Added
- Make add_job util returns the DbJob
- Add migration 11 locked job error
graphile_worker-v0.6.0
Added
- Added cleanup, completed_jobs, force_unlock_workers,
- Make add_job util returns the DbJob
- Add migration 11 locked job error
- Add final run_once tests
- Add remove_job helper
Other
- [breaking] Rename helpers mod to worker_utils
- Make add_job return Job instead of DbJob
- More run_once tests
graphile_worker_task_handler-v0.2.1
Other
- update Cargo.toml dependencies
graphile_worker_shutdown_signal-v0.3.1
Other
- update Cargo.toml dependencies
graphile_worker_migrations-v0.3.1
Other
- Add the first integration test
graphile_worker_macros-v0.2.1
Other
- update Cargo.toml dependencies
graphile_worker_crontab_runner-v0.5.1
Other
- update Cargo.toml dependencies
graphile_worker-v0.5.0
Other
- Add more complex test cases for run_once
- Add more run_once test
- Rename test file
- Add more run_once cases & refactor
- simplify job_count code
- Add more integration tests
- (deps) update rust crate tokio to 1.36.0
- Add the first integration test
- Rename create_helpers method to create_utils
- Fix ci permissions
- release