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 was archived by the owner on Mar 17, 2026. It is now read-only.
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.
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_weekto be called withprobe_datevalues 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.