Hello, I’ve made a few scenarios that use Make’s Notion module and they seem to regularly (~1/50 runs) get the error “[409] Conflict occurred while saving. Please try again.”
I have analyzed the errors and it is also not consistently at the same node, but is always with Notion’s [Update Database] node. Sometimes I’m using this to update a lot of properties, but it even errors when just updating a single property, so I don’t think it’s because of too much information trying to save?
Anyways, is there a way to make it just rerun these nodes until they succeed? It seems after the error, the following attempt always works (I have this code run hourly, so the following hour it seems to work). Like delay the current run say 1min, then start again from that node?
Thanks!