Alex Browne
Alex Browne
@epelc I'm not going to have time to implement this anytime soon, but I would be happy to review a PR for it :) Couldn't we make this a field...
Hmm... as I understand it, one of the great things about using exponential backoff is that it handles a variety of failure conditions pretty well. For example, it will handle...
@epelc, thank you for letting me know about this. Sentinel support is something I can try and include if needed. When I was first writing [zoom](https://github.com/albrow/zoom) I tried out several...
@epelc Thanks for sharing your setup. I want to implement sentinel support for you and anyone else who needs it, but it's going to take some time. Just so we're...
Okay thanks. I think I understand the single master, multiple slaves use case pretty well. The reason I asked about multiple masters is that this [API documentation](http://redis.io/topics/sentinel#sentinel-api) mentions the `SENTINEL...
On second thought, having each worker pool periodically ping every other worker pool might be okay for a small number of pools. But if the number of pools gets really...
@epelc thank you. To keep the API consistent and preserve backwards compatibility, I'll add a `RescheduleRecurring` method. So then we'll have `Schedule` and `ScheduleRecurring` which are methods on `job.Type` and...
@xiao0811 `https://kovan.api.0x.org/sra/v3/order` is separate from 0x Mesh. Please open an issue on https://github.com/0xProject/0x-api or post in the `#0x-api-help` channel on our Discord: https://discord.com/channels/435912040142602260/667077687860527125.
Actually it looks like I can transfer the issue for you. It should be in the 0x-api repo now.
@Arctek this is a good idea and definitely something we'll look into. We are keeping an eye on the number of RPC requests our nodes are sending and so far...