Can the scheduler be horizontally scaled if needed?
✅ 1
z
Zanie
09/22/2022, 5:33 PM
Yes it should be scalable horizontally. We use idempotency keys to prevent duplicate insertions. I’m not sure how effective of a method this would be for scaling though, we are not running multiple schedulers in our managed service at this time.
I think practically some minor changes would be needed for this to be optimal.