Skip to content

v0.1.4

Compare
Choose a tag to compare
@taylorchu taylorchu released this 19 Nov 22:57
· 75 commits to master since this release
5ccb61e
  • redis queue supports bulk job finder interface (#40)
  • support context.Context in job handler (#41)
  • test against go 1.15 and redis 6 (#42)
  • add "Do not retry" error (#39) (handler returns an error, but it will not trigger default exponential backoff. you can use it to implement custom backoff algorithm by reenqueuing)
  • add redislock package for future custom ratelimit package (#45)