ajvb / kala

Modern Job Scheduler
MIT License
2.11k stars 187 forks source link

Deleted job is still running #237

Closed 1602 closed 1 year ago

1602 commented 3 years ago

I created a job running every minute, then I deleted it, now stats endpoint and UI show that I don't have jobs, but I still see requests coming every minute (this is a remote jobs triggering POST to an API endpoint). Is there a way to delete the job and make it stop running?

n10ty commented 3 years ago

Having the same issue. Deleted jobs are still running

josejuanmontiel commented 3 years ago

Same here and validate that PR of @n10ty fix it

tooolbox commented 3 years ago

Thanks, I have a question on the PR from @n10ty but otherwise I get it, this should be handled. (!)

tooolbox commented 1 year ago

Closed by #257