Item Create Error - 422 (Batch Validation In Progress?)

Hi,

I’m suddenly getting 422 errors but with a different code than I’ve seen before:

BATCH_DATA_VALIDATION_IN_PROGRESS

It only happens after I create about 50 records in quick succession and I’ve started to trigger 429’s.

Is this different from normal rate limiting? The model I’m trying to create records for is extremely simple and the only validation it seems to have would be a single Link field.

Thanks!

Hey @trevor.hart,

I believe that should only happen if you’re also changing the model’s schema around the same time, and it has to pause new record creation while it’s validating the schema change against existing records. Could that have been the case here?

If not, could you please provide some details so we can try to replicate it on our end? (Like what sorts of records you’re creating, at what cadence, etc.) That will help our developers track down the issue and see if maybe we’re showing the wrong error by accident.

Thank you!

Hi Roger,

Apologies for the delayed response. I wasn’t doing model changes at the same time which I had guessed might be a contributing factor had that been going on.

I haven’t triggered it again but I’ll be sure get more context if it does start happening again.

Thanks!
T

1 Like