-
Notifications
You must be signed in to change notification settings - Fork 401
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Intermittent modal rendering failure due to auth.test latency and button id expiry #2353
Comments
Hi, @sanjay1909! Thanks for submitting this question. Some more follow ups so I can get a better idea - what are you passing into your app initialization for |
HI We are passing the token and awsLambdaReceiver instance |
@sanjay1909 Ah, I see. Thank you for sharing that! Have you tried the solution suggested here?
|
Hi I guess thats for ack to respond back in 3 sec, yes we do have two lambda approach for that. |
@sanjay1909 understood! Since it sounds like an intermittent issue with the
|
No, we don't have that |
Hi Do you have any findings here ? Thank you |
Hope my comment at your new issue helps: #2361 (comment) |
👋 It looks like this issue has been open for 30 days with no activity. We'll mark this as stale for now, and wait 10 days for an update or for further comment before closing this issue out. If you think this issue needs to be prioritized, please comment to get the thread going again! Maintainers also review issues marked as stale on a regular basis and comment or adjust status if the issue needs to be reprioritized. |
@slack/bolt
version^3.19.0
Your
App
and Receiver Configurationexport const getSlackApp = (token: string, receiver: AwsLambdaReceiver) => { const options: AppOptions = { token, receiver, }; return new App(options); };
Node.js runtime version
v18.20.2
Issue Description:
We are encountering intermittent latency when rendering modal triggered by button clicks in our Slack app.
Observation
auth.test
call made by the BoltSDK is experiencing Latency of up to 2.7 secs in these instances.auth.test
call leads to the button ID expiring eventually API call to render Modal fails.Request for Support
Can you help us understand:
auth.test
call to experience high latencyThe text was updated successfully, but these errors were encountered: