See the full changelog for detailed notes. The following is automatically generated:
What's Changed
- allows #fail to take retry: false to bypass the retry logic by @robacarp in #116
- finishes removal of params macro by @robacarp in #113
- Provides a test backend (aka test mode) by @robacarp in #117
- Fixes distributed periodic jobs by @robacarp in #119
- dramatically decreases the time spent listing queues by @robacarp in #120
- Update README.md by @robacarp in #124
- provides for multiple executors operating under a single runner by @robacarp in #123
- sleeps the Mosquito::Runner with
sleep 1
instead ofFiber.yield
by @robacarp in #128 - add ability to configure global Redis namespace prefix by @dammer in #134
- Ensure only Int numbers are passed to delete and cast to Int64. by @jwoertink in #136
- zrange redis command fix + more permissive redis shard version by @rmarronnier in #125
- replaces #keys with #scan_each to list runners by @robacarp in #138
New Contributors
- @dammer made their first contribution in #134
- @rmarronnier made their first contribution in #125
Full Changelog: v1.0.2...v2.0.0