You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What I mean to say is, how do yo know this is a bug in the scheduler, rather than the environment causing processes to stall? I have no way to reproduce this, so I don't think I can help you with what little clues you've provided here.
can you provide maybe logging names i can turn debug on that might give me more information i can provide that might shed some light? This is the only process that is running and other than when the scheduled processes run it sits mostly idle.
in increasing the min frequency to 500 the triggers fire.
not sure where you're located but pi's aren't too costly, and with python being pretty much the de-facto language for tinkering with it, i bet there's a lot of projects leveraging your lib on it.
Things to check first
I have checked that my issue does not already have a solution in the FAQ
I have searched the existing issues and didn't find my bug already reported there
I have checked that my bug is still present in the latest release
Version
3.10.4
What happened?
on a pi 4 2g
I have mariadb running locally with a single python process running
source project https://github.com/tim-oe/WeatherWatch
the following scheduling is working under default frequency:
i then was trying to throttle down the idle frequency in
/boot/firmware/config.txt
arm_freq_min=300
then all jos started getting missed:
I added to both job_defaults and to each job misfire_grace_time=60*60
but still jobs are missed
How can we reproduce the bug?
on PI 4 throttle down the idle frequency in
/boot/firmware/config.txt
to
arm_freq_min=300
The text was updated successfully, but these errors were encountered: