Skip to content

IntegrityError when starting a process with twice the same worker version

Sentry issue: ARKINDEX-BACKEND-1QA

  1. Create a process.
  2. Add the same worker version twice. This is not possible in the current frontend, but is possible with the API client or after frontend#1267 (closed)
  3. Start the process.
  4. Get an HTTP 500.
  5. Cry.

The task slugs are the same for both WorkerRuns!