Michael
01/17/2025, 9:40 PMrate_limit
in my flow by one slot?Nate
01/17/2025, 9:51 PMConfiguration > Concurrency
in the UI and finding your concurrency limit? you should be able to decrease the limit there - or are you looking for something else?Michael
01/18/2025, 8:16 PMrate_limit(RATE_LIMIT_GITHUB_NAME)
response= httpx.get(final_url,headers=headers)
if response.status_code == 304:
# This doesn't count against GitHub's rate limit
# I need to decrease the limit by one slot
else:
# This does!