-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
Description
I have insert event in table. It call webhook and response is in 10s. Actually webhooks are called sequential. But I want to call it concurrently. How to do it?
I am not sure if this behavior is bug in Hasura/heroku or some Hasura feature and how to change it.
Steps to reproduce:
- Start webhook https://github.com/MichalKalita/test-delayed-webhook/ or use deployed version on heroku https://protected-castle-19380.herokuapp.com/ - this webhook just wait 10 seconds and response with status ok
- Setup insert event trigger to webhook
- Insert multiple rows to trigger webhook.
- Looks to pending events in hasura console
Actual behavior:
After 10s 1 pending event is done. It is not runningconcurrently.
Expected behavior:
Run all webhooks in same time. All should be done in 10 seconds
Can be reproduced on v1.3.0-beta.1, v1.3.0-beta.2
It cannot be reproduced on v1.2.2