Skip to content

Commit

Permalink
Space out Sentry monitor API calls
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-z committed Sep 8, 2023
1 parent d1891c8 commit e25ad06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ async def healthcheck_loop():

@monitor(monitor_slug='discord-provisioner-bot')
def monitor_once():
pass
sleep(0.5) # space out the begin and end API calls

client.run(os.environ['DISCORD_TOKEN'])

0 comments on commit e25ad06

Please sign in to comment.