You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 21, 2019. It is now read-only.
The sleep(3) where you have it makes sense because it prevents the bot accidentally flooding Slack; however a reasonable delay when just waiting for events in the idle state makes sense too. Since events are pooled together it's okay to wait a bit longer (e.g. 0.1s doesn't limit us to receiving 10 events per second and thus trigger a huge queue), but we want to seem responsive.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add a short sleep command to the main
while True:
for when there are no events; maybe 0.1s?The text was updated successfully, but these errors were encountered: