Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: mysql: Replaces the user_id%10 in batch_id with a global counter.
Since the batch_uploads primary key already contains user_id, it does nothing to increase time resolution. The counter may still see conflicts with other processes, but the timing issue is mostly a concern in E2E tests.
- Loading branch information