Skip to content

Sleep for one second before every "mutative" request (POST, PATCH, PUT, or DELETE)#258

Open
DilumAluthge wants to merge 1 commit into
masterfrom
dpa/mutation-delay
Open

Sleep for one second before every "mutative" request (POST, PATCH, PUT, or DELETE)#258
DilumAluthge wants to merge 1 commit into
masterfrom
dpa/mutation-delay

Conversation

@DilumAluthge
Copy link
Copy Markdown
Member

@DilumAluthge DilumAluthge commented Feb 22, 2026

Replacement for #234
Fixes #232


From the GitHub docs:

Pause between mutative requests

If you are making a large number of POST, PATCH, PUT, or DELETE requests, wait at least one second between each request. This will help you avoid secondary rate limits.

@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 22, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 58.53%. Comparing base (97e94e4) to head (c6ef3de).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #258      +/-   ##
==========================================
+ Coverage   58.45%   58.53%   +0.08%     
==========================================
  Files          37       37              
  Lines         982      984       +2     
==========================================
+ Hits          574      576       +2     
  Misses        408      408              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@DilumAluthge DilumAluthge marked this pull request as ready for review March 6, 2026 00:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

implement pause between mutations

1 participant