Ihor Sakailiuk

Results 2 issues of Ihor Sakailiuk

Is there any possibility to retry failed jobs similar to what we have in [bull](https://github.com/OptimalBits/bull) [backoff](https://github.com/OptimalBits/bull/blob/develop/REFERENCE.md)? E.g. ```javascript myQueue.add({ foo: 'bar' }, { attempts: 10, backoff: { type: 'fixed', options:...

Any plans to support [Half-odd Rounding](https://en.wikipedia.org/wiki/Rounding#Round_half_to_odd) mode?