Skip to content

Releases: thoas/bokchoy

v0.2.0

04 Dec 12:36
Compare
Choose a tag to compare
  • RPC server based on gRPC to communicate with Bokchoy server and send tasks with protobuf
  • Sentry integration
  • Allow overriding queues to consume when running Bokchoy
  • Better handling of panics: fully managed by recoverer middleware and converted to failed task
  • Priority tasks
  • Broker customization at initialization
  • Refactor delayed tasks using atomic transaction from redis

v0.1.0

16 Jul 19:54
c62fadf
Compare
Choose a tag to compare

Initial release

  • Queueing tasks and processing them
  • Delayed tasks
  • Retries
  • Event listeners
  • Middlewares (logger, recover, request-id, timeout, ...)