View Source
OPQ Changelog
- [Improved] Updated all the dependencies
- [Improved] Varies small fixes and improvements
- [Added] Graceful handling of exit signals in the default worker
- [Improved] Updated all the dependencies
- [Fixed] Wrong link to the project
- [Added] The ability to start as part of a supervision tree
- [Improved] Updated to the new
ConsumerSupervisor
syntax - [Improved] Updated all the dependencies
- [Fixed] Infinite loop without rate limiting (thanks @Harrisonl)
- [Improved] Varies small fixes and improvements
- [Improved] Use
cast
instead of call
to avoid timeouts
- [Fixed] Agent should be stopped too when
OPQ.stop/1
is called - [Improved] Varies small fixes and improvements
- [Added] Added support for enqueueing MFAs
- [Improved] Simplified named queue API by storing
opts
- [Improved] Varies small fixes and improvements
- [Improved] Event dispatching should immediately be paused
- [Improved] Varies small fixes and improvements
- [Added] Pause / resume / stop the queue
- [Improved] Varies small fixes and improvements
- [Improved] Varies small fixes and improvements
- [Added] A fast, in-memory FIFO queue
- [Added] Worker pool
- [Added] Rate limit
- [Added] Timeouts
- [Improved] Varies small fixes and improvements