Hi,
I have a taskmanager issue. See here:
The task ran fine on 14.8., should run on 15.8. Today is 21.8. and it doesn’t run as expected.
Can someone explain the problem here?
Thanks,
Michi
Hi,
I have a taskmanager issue. See here:
The task ran fine on 14.8., should run on 15.8. Today is 21.8. and it doesn’t run as expected.
Can someone explain the problem here?
Thanks,
Michi
Hi,
still having problems with not running tasks. Any idea?
Cheers,
Michi
I’m really not sure - I have not seen such issues in our installations.
The only thing I could possibly think of off-hand is java version. What version of Java is this running on?
I presume there are no obvious error logs? Finally, if you go to System info →Hearbeat threads, can you see the “Scheduled tasks” heartbeat and is it running frequently? (you should see it having run “just now”).
If it is running, you’ll need to debug from /preside/system/services/concurrency/PresideTaskmanagerHeartBeat.cfc$run() and check the state at each step to have an idea of what is going wrong. This runs _getTaskmanagerService().runScheduledTasks() which is supposed to do as its name suggests. It sounds like its either not finding tasks to run, or there is some kind of error there.
Preside 10.27.56+0009620
Lucee (5.4.3.16)
Java 1.8.0_192
Heartbeat threads
Everything looks good. Only wonder about the runtime (4h40m)
I try to dig into it.
:o. could be causing issues. Java 8 is very long dead. Worth a shot at upgrading that in a test environment if you can. We’re running java 11 with Lucee 5 and java 21 with Lucee 6 without any problems.