Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

v0.4.0-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@bakura10 bakura10 released this 02 Oct 16:31
· 305 commits to master since this release
0.4.0-beta1
  • [BC]: job's jsonSerialize() removed in favour of the queue's serializeJob() method
  • [BC]: job's metadata field "name" is now reserved for SlmQueue and should not be used by end users
  • Refactoring of dependency injection to use queue instead of queue name in worker
  • Add job status codes so listeners can act on the result of a job's outcome
  • Add controller plugin to ease push of jobs into queues