Importing JSON to a list fails on large table in live only

Hoping someone can shed some light on this - I’ve been banging my head against the wall for a couple of days.

As part of a scheduled backend workflow, I import data into bubble. I’ve had this in place for over 12 months and it works very well (even on large list of over 5000 records.

It firstly retrieves data from a server in JSON in 500 record chunks then once complete, makes a second Bubble API call to bulk load the JSON into a table.

The process still works in test but has suddenly stopped working in live.

Logs show the step running (and I can see JSON) everything looks fine, no errors - and I have all the error reporting turned on under advanced

The import step should just create new records in the table but they don’t appear

Its not a permission issue either as I’ve gone so far as to set the workflow to run with ignored permissions just to test.

Only difference is the test instance the table that holds records has 62K entries and live has over 479K entries (i tried taking a few thousand out to see if this made any difference and it didn’t)

What simple thing have I missed ?

This topic was automatically closed after 70 days. New replies are no longer allowed.