Constant 409 Errors while using Notion Module? [409] Conflict occurred while saving. Please try again

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!

I’m running into this too, still not resolved.

Try adding error handling. Right-click on the module, choose error handling → Break. I set mine to retry 3x at 1-minute intervals. You also need to go into your scenario settings (gear icon in the toolbar at the bottom) and turn on Save Incomplete Executions.

My issue now is that it’s not even retrying. Maybe you’ll have better luck!