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
I try to debug a problem where my worker job is stuck for several minutes before it is run.
This only happens sporadic. Has someone an idea how to fix that?
To narrow down the problem I added 2 test job to ofelia.
I created a docker-compose.yml based on the docker compose example in the README.
In opposite to the one in the README it starts at every minute when the seconds are 0
Now to the target system. I have 3 jobs running on a v-server. The 2 test jobs from before and 1 real work job.
The work job runs a python script every full 15 minutes (e.g. 8:00, 8:15, 8:30, 8:45, 9:00, ...).
my-test-job still looks good but datecron sometimes needs a couple of minutes to succeed?
Same problem with my worker job but I think it's easier to just show the 2 test jobs.
I try to debug a problem where my worker job is stuck for several minutes before it is run.
This only happens sporadic. Has someone an idea how to fix that?
To narrow down the problem I added 2 test job to ofelia.
I created a docker-compose.yml based on the docker compose example in the README.
In opposite to the one in the README it starts at every minute when the seconds are 0
When I run this as only ofelia job on a raspberry pi I can't see the problem. All jobs a finished in a couple of milliseconds.
We have 5430 finished jobs
All of them are in the range of ms
Now to the target system. I have 3 jobs running on a v-server. The 2 test jobs from before and 1 real work job.
The work job runs a python script every full 15 minutes (e.g. 8:00, 8:15, 8:30, 8:45, 9:00, ...).
my-test-job still looks good but datecron sometimes needs a couple of minutes to succeed?
Same problem with my worker job but I think it's easier to just show the 2 test jobs.
The text was updated successfully, but these errors were encountered: