saintedlama / toggl-client

Client for the Toggl API built for async and await support
ISC License
16 stars 5 forks source link

Unit tests are getting rate-limited #62

Closed beauraines closed 1 year ago

beauraines commented 1 year ago

We're hitting the API rate limits and getting 429 responses

See https://github.com/saintedlama/toggl-client/actions/runs/4602818464/jobs/8132219528 for an example.

We need to either slow down the unit tests or disable some... I'm not sure which is a better idea...