Describe the bug
Sometimes, many tickets are marked as solved in batches. This causes the app to send lots of simultaneous requests to Zendesk, which gives us 429 and prevents us from getting all data from the tickets in question.

We must handle these, maybe with some type of queue.
Describe the bug
Sometimes, many tickets are marked as solved in batches. This causes the app to send lots of simultaneous requests to Zendesk, which gives us 429 and prevents us from getting all data from the tickets in question.
We must handle these, maybe with some type of queue.