bokchoy

Simple job queues for Go backed by Redis

MIT License

Stars
264
bokchoy - v0.2.0 Latest Release

Published by thoas almost 5 years ago

  • 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
bokchoy - v0.1.0

Published by thoas over 5 years ago

Initial release

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