Skip to content

v2.1.3

Compare
Choose a tag to compare
@gresrun gresrun released this 11 Jan 04:10
· 128 commits to master since this release
f4f12b6
  • Upgrade to jackson 2.9.8 (#155, #145, #140, #139, #137, #136 )
  • Allow batch enqueueing of jobs using Redis Pipelining (#154 & #123)
  • Supporting non default namespace when NextQueueStrategy is RESET_TO_HIGHEST_PRIORITY (#151)
  • Reloading Redis scripts on reconnect (#143 & #149)
  • Added pending property to QueueInfo (#148)
  • No longer re-enqueuing a successful job if worker is in SHUTDOWN_IMMEDIATE (#147)
  • Added runAt property to Job (#146)
  • Added delayed property to QueueInfo (#142)
  • Handle JobFailure correctly (#141)
  • Handling delayed queues correctly when NextQueueStrategy is RESET_TO_HIGHEST_PRIORITY (#133)
  • Added NextQueueStrategy feature to WorkerPoolImpl (#132)
  • Allow setting a max number of failed items to keep via FailQueueStrategy (#131)