kunalrc2022
kunalrc2022
hey @mwbrooks thanks for looking into it. I am using it in response to app.message event. Please refer below eg i am using in the code. ```python @app.message(re.compile("(TECHAWAY-)")) def message_hello(message,...
Is there a way i can limit it's retry attempt count to 1 in the the above api call ?
hello @mwbrooks /team team, could anybody please help me with the above message ?
Hello @mwbrooks , @objectfox @episod @seratch hope you are doing well. Could you please have a look at the above issue and help me to resolve it ?
Hello @objectfox , thanks for looking into this request . i have tried adding app.client.headers['X-Slack-Retry-Num'] = 1 before using chat_postMessage but still sometimes it sends multiple messages. Here is the...