Issue with failed tasks
Status: Closed · Asked by Basico Bem Feito on · 0 views
Hello!
I currently use an integration between Pipedrive and Chat API. Whenever I update a deal in Pipedrive to a specific stage in my pipeline, Pabbly access Chat API to send a message on Whatsapp to the deal's number.
However, sometimes I get the "Partial Failed" error:

I know this error might occur if I try to send too many messages in one go, since Pipedrive is limited in that regard. However, even when I am updating few deals, I sometimes get this error. I know there's a way to re-execute the task if I click the error:

However, it is not viable to re-execute my Partial Faileds one by one. Is there a way to re-execute all of them at once? If there were, I could simply update my desired deals in Pipedrive and check for any Partial Faileds (although most of the time I do not know why they occur) and re-execute them all at once. How could I proceed?
Best regards.
Hey @Basico Bem Feito
It seems like the frequent task execution that is happening within seconds is causing the Chat API to send email quickly. So we suggest adding a time delay of 1 minute before the Chat API step as shown below -

Moreover, as of now, you can only re-execute one partial/failed task at a time. You cannot re-execute all the failed/partial failed tasks at once.
Thanks!!
Thank you! I will add this delay.
Best regards!