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
Due to race condition when the find_or_create_submission is called in very fast succession. Only one of the invocation will succeed in creating a new row in the db, the rest will fail with unique constraint error.