Can the scheduler be horizontally scaled if needed...
# best-practices
m
Can the scheduler be horizontally scaled if needed?
1
z
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.