Skip to content

Releases: vapor/queues

Protocol Changes

05 Feb 23:36
Compare
Choose a tag to compare

⚠️ This release includes breaking changes ⚠️

Changed:

  1. The Job protocol is no longer constrained to Codable.
  2. The Job protocol now has a Codable associatedtype
  3. Added a JobData protocol
  4. Renamed JobData -> JobStorage
  5. Updated the JobsPersistenceLayer to pass JobStorage objects rather than strings
  6. Removed Worker parameter requirement from Job protocol. EventLoops can be accessed via context.eventLoop

Upcoming:

  1. Reliable queue worker: vapor run jobs --reliable will run a single worker that will move stale jobs from the processing queue back to the upcoming queue.
  2. Scheduled jobs

Cleanup Console logs

25 Jan 02:00
Compare
Choose a tag to compare
0.2.1

clean up console messages

0.2.0

24 Jan 01:25
Compare
Choose a tag to compare
better error message

First beta release

11 Dec 02:41
Compare
Choose a tag to compare

This release includes everything that is detailed in the README.md. Not tested in production yet although it should be functional enough to hold up.