but it seems that the shared sqlite runs database is suffering from race conditions - you can see
get_or_create
in the stack trace - it seems that multiple operators are hitting that at roughly the same time and trying to write the run to the DB after first querying and not finding an entry for that ID