Skip to content

v5.3.1

Compare
Choose a tag to compare
@evantahler evantahler released this 30 May 04:29
· 888 commits to main since this release

Use .database on connect

  • use options.database with ioredis to select the database number when connectiong
  • by @BayanBennett via #241

Bugs Fixed:

  • Fix multiworker to wait for all children to stop before exiting
  • Only have scheduler poll for stuck workers once a cycle