Skip to content

Version 0.3.0

Compare
Choose a tag to compare
@ragboyjr ragboyjr released this 17 Mar 05:24
· 36 commits to master since this release

Added

  • Tight Cargo Integration, removed pimple integration
  • Kernel implements Dispatch interface
  • Simple complete and failed methods to return specific job results
  • New FailJob stacks to properly handle the failing of jobs.
  • Consume file locking to allow for scheduled invoking of the job:consumer command.
  • New default Stub QueueManager

Changed

  • Updated ttl behavior to not actually kill the loop until the queue is empty.
  • Updated dependencies
  • Removed Queue::fail as to move that logic to the FailJob module.