monosi icon indicating copy to clipboard operation
monosi copied to clipboard

On source deletion, executions status stays running

Open iporollo opened this issue 3 years ago • 1 comments

Description

If a source is deleted during an execution, the status of that execution stays running.

Expected behavior

When a source is deleted, the execution should be stopped (and probably removed).

Steps to reproduce

  1. Add a data source
  2. Wait until an execution is running
  3. Delete the data source while an execution is running
  4. Navigate to executions page
  5. See error

iporollo avatar Apr 01 '22 15:04 iporollo

We will need to hit the APScheduler API to stop an execution when a job is deleted.

iporollo avatar Apr 01 '22 15:04 iporollo