ehsueh
ehsueh4w ago

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
Gaurav Chadha
Gaurav Chadha4w ago
You'll need to handle it on your client side (frontend),
when you say stop certain ones from retrying
could you please share more? As the requests do not auto-retry.
ehsueh
ehsuehOP4w ago
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).
Gaurav Chadha
Gaurav Chadha4w ago
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.
ehsueh
ehsuehOP4w ago
What's the fastest way to migrate? Can I export codes and reimport?

Did you find this page helpful?