ehsueh - Hi, is there a way to configure how yo...
Hi, is there a way to configure how you want to handle a fail request e.g. stop certain ones from retrying? (Especially the ones that are too old and outdated?)
4 Replies
You'll need to handle it on your client side (frontend),
when you say stop certain ones from retryingcould you please share more? As the requests do not auto-retry.
Oh... hmm...
I have this endpoint that sendgrid calls (inbound parse api endpoint).
I see from my buildship logs that there are usually 8 or 9 duplicated requests spanning over an hour.
I checked my sendgrid log. It only sent one. But somehow, buildship is running the flow 10 times. At first I thought it was retry settings. But now it looks like some were successful on the first try but still gets 9 other duplicated requests.
Any idea how I can troubleshoot?
Note this flow is on buildship v1. I haven't had the time to migrate it over to v2. (Tried the ai builder hoping it would replicate it to v2 but it didn’t work).
Okay, I would recommend you first migrate it to v2 with the Flow Migrate button, as lots of fixes were made for v2. And then re-try, if you still get duplicates requests, you can submit your flow via in-app support.
What's the fastest way to migrate? Can I export codes and reimport?