Skip to content

Releases: leo91000/graphile_worker_rs

graphile_worker-v0.6.1

12 Feb 15:50
Compare
Choose a tag to compare

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

07 Feb 14:49
Compare
Choose a tag to compare

Added

  • Make add_job util returns the DbJob
  • Add migration 11 locked job error

graphile_worker-v0.6.0

07 Feb 14:50
Compare
Choose a tag to compare

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

04 Feb 18:39
Compare
Choose a tag to compare

Other

  • update Cargo.toml dependencies

graphile_worker_shutdown_signal-v0.3.1

04 Feb 18:38
Compare
Choose a tag to compare

Other

  • update Cargo.toml dependencies

graphile_worker_migrations-v0.3.1

04 Feb 18:40
Compare
Choose a tag to compare

Other

  • Add the first integration test

graphile_worker_macros-v0.2.1

04 Feb 18:39
Compare
Choose a tag to compare

Other

  • update Cargo.toml dependencies

graphile_worker_crontab_runner-v0.5.1

04 Feb 18:39
Compare
Choose a tag to compare

Other

  • update Cargo.toml dependencies

graphile_worker-v0.5.0

04 Feb 18:40
Compare
Choose a tag to compare

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

graphile_worker_task_handler-v0.2.0

31 Jan 17:05
70f622e
Compare
Choose a tag to compare

✨Features

  • feat: Add helpers (0af898b)
  • feat: Make simple macro example working (5ceb9b1)
  • feat: Add task macro (e5106f7)
  • feat: Add task handler definitions (3c38898)