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
At certain points during the week the above code will cause parse_events_for_week to be called with probe_date values that end up causing the same week to have messages posted/updated for it twice.
I think it would be good to check for the overlap or some other condition before firing off the second, lookahead function execution on L136.
The text was updated successfully, but these errors were encountered:
slack-events-bot/src/bot.py
Lines 131 to 136 in f8b800e
At certain points during the week the above code will cause
parse_events_for_week
to be called withprobe_date
values that end up causing the same week to have messages posted/updated for it twice.I think it would be good to check for the overlap or some other condition before firing off the second, lookahead function execution on L136.
The text was updated successfully, but these errors were encountered: