Bridge timeout, what can I do ?
Hello, we have a monthly notification that requires some compute time. It can go over 5 seconds, and the bridge times out on it.
What can we do to increase the bridge timeout ?
5 Replies
Hi @Norrude I know the team is aware of that, let loop in @Pawan Jain . @Pawan Jain do you have more details about that one?
Thanks a lot !
Also, getting 429s on the bulk user creation, what is the limited number of calls per minutes ?
@Norrude
Are you using this api for bulk create subscribers?
https://docs.novu.co/api-reference/subscribers/bulk-create-subscribers
yes
429s on 1 and 2 seconds throttles, haven't tried for more
@Norrude
As per our api rate limit for free tier,
subscribers api have 20rps quota and bulk apis take 100 tokens with each api request.
So, you will have to add throttle of 5 seconds
20*5 = 100
https://docs.novu.co/api-reference/rate-limiting#limits
we have a monthly notification that requires some compute time. It can go over 5 seconds, and the bridge times out on it.Currently we have 5 seconds limit, we are working on adding a feature to customize it. Is it possible that you can compute the data taking more than 5 seconds before triggering the workflow and send this data as payload ?