Skip to content

2.0.0 Release

Compare
Choose a tag to compare
@nicksagona nicksagona released this 18 Dec 17:24
· 6 commits to master since this release

MAJOR REFACTOR

  • Created a task object that extends the job object and has scheduling functionality
  • Deprecated the scheduler object and refactored worker object
    • Reworked hierarchy of job/task -> queue -> worker
  • Added a cron object to manage scheduling; greatly improved scheduling functionality
  • Added the ability to have sub-minute scheduling
  • Added max attempts
  • Improved the "run until" functionality
  • Added AWS SQS adapter
  • Upgraded for PHP 8.1+