Possible race condition: back-to-back replies when deployed in production #27
Labels
bug
Something isn't working
help wanted
Extra attention is needed
question
Further information is requested
I've noticed that running on dev never has this problem but main_prod.py on lambda might.
The way it's designed, the reply listener triggers for first time messages as well but should early terminate — https://github.com/seratch/ChatGPT-in-Slack/blob/main/app/bolt_listeners.py#L311
But something about the way it's deployed to prod seems to be causing multiple replies sometimes
The text was updated successfully, but these errors were encountered: