You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes the record arrived successfully to the API but the server does not receive a proper response even when the API is up, resulting in the server retrying to send the same record over and over again until it actually does, filling the database with duplicate runs.
I suggest add a record timestamp to the run submission endpoint to prevent this from happening.
Example:
The text was updated successfully, but these errors were encountered:
Sometimes the record arrived successfully to the API but the server does not receive a proper response even when the API is up, resulting in the server retrying to send the same record over and over again until it actually does, filling the database with duplicate runs.
I suggest add a record timestamp to the run submission endpoint to prevent this from happening.
Example:
The text was updated successfully, but these errors were encountered: