Grayknife

Results 10 comments of Grayknife

Got the same error. Which Django version and django_q version do you use?

Viego bug is still present :(

The same error occurred here, but I was stupid and did not install and activate the Notes app on the server side (nextcloud, not the android app). But I would...

`"sync": True` has nothing to do with the keyword `async` within python (like `async def foo():`. This Setting is for debugging/development purposes, if you dont want to create a dedicated...

@apapsch Can you test with Django Q2 version 1.6.2 to check if this behavior also occurs?

Uhm it may be somehow related to this discussion i opened a few weeks ago https://github.com/django-q2/django-q2/discussions/241 .

I will join this ticket because I last year I went back to version 1.6 after serious problems with flooding notifications to my users. (more or less documented here: https://github.com/django-q2/django-q2/discussions/241).

Hello @ZzzYanSong This is the desired behavior as django-q2 executes all the missed timings that should have been executed. If you don't want this, you can disable it in the...

What hinders you to run it hourly? To run a schedule every hour, change it to `schedule_type="H"`. To run a schedule every 8 hours I would recommend using cron `schedule_type="C"`...

I would love to see that feature as well!