chrisspen/django-chroniker

Job running multiple times at the same time + ignored timeout?

Opened this issue · 2 comments

I have a weird issue with a lot of staled jobs and jobs running multiple times at the same time (see screenshot)

This job has an interval of 20 minutes and no issue with deadlocks or anything at all (3 lines of code).

The weird part is that when i look at "Run start datetime" i always see multiple jobs at the exact same time, eventhough they have 20 minutes interval.

I also have an issue in general with timeout being set is completely ignored. jobs with a timeout of 200 seconds can sometimes run for hours and hours before suddenly being released. Mysql settings is standard setting and server running without 100% cpu or memory at any moment.

image

Job interval:
image

Any ideas what causes this??

Hi @steffenmandrup Could you find the issue of this? Is it still happening with the latest version?

Never got it fixed, ended up using a different library :(