Unhandled 400 error when trying to stop a running job
Sentry Issue: ARKINDEX-FRONTEND-89T
Error: Request failed with status code 400
at createError (./node_modules/axios/lib/core/createError.js:16:15)
at settle (./node_modules/axios/lib/core/settle.js:17:12)
at apply (./node_modules/axios/lib/adapters/xhr.js:62:7)
at r (./node_modules/@sentry/browser/esm/helpers.js:71:23)
I believe this has happened due to the frontend showing the job as pending while it was actually already running.
Maybe the frontend could, before it tries to delete a job, refresh the job list and check that the job is actually still removable. Also, despite error handling in the store, this issue is still sent to Sentry.