Multiple API Calls - backend workflow

Hello, I use an API call in a backend workflow to collect data from an external service with a POST request. This call is triggered by a database event (new item in the table).

I realize that sometimes, several API requests are sent by Bubble instead of one (up to 5 requests). I can’t figure out if this is a bug or a configuration issue. In the logs, only one POST request is recorded.

Thanks

I think I found the answer: the external API called by Bubble in the workflow sometimes sends a 504 response (timeout). Instead of stopping the workflow, the Bubble API sends another request (up to five, I think) and these calls are not logged.

This topic was automatically closed after 14 days. New replies are no longer allowed.