Unclaimed project
Are you a maintainer of ecto_job? Claim this project to take control of your public changelog and roadmap.
Changelog
Transactional job queue with Ecto, PostgreSQL and GenStage
Last updated over 4 years ago
Version 2.1 add support for requeing jobs, fixes to the job reservation algorithm and dialyzer warnings.
#34 - mkorszun New API to requeue a failed job :
Requeuing will:
state to SCHEDULEDattempt to 0expires to nilEcto.Multi.new()
|> MyApp.Job.requeue("requeue_job", failed_job)
|> MyApp.Repo.transaction()
#43 - mbuhot, seangeo - Fixed issue where too many rows would be locked, causing negative demand in GenStage producer. See this document for additional details.
#41 - mbuhot - Fixed dialyzer warnings in JobQueue modules
#42 - sneako - Improved documentation
#48 - darksheik - Improved documentation
Thankyou contributors!