I have some recurring assignments that are often completed or take some time. It looks like Scheduler (). Get_jobs () will return a list of scheduled tasks that are currently not running, so I canโt determine if working with a specific identifier is working or is actually working.
How to check if the work works in this situation?
(I installed these tasks in an unusual way (because I need them to run in an arbitrary interval rather than a fixed interval), these are tasks that are executed only once, but will add a task with the same identifier as the end of their execution, and they stop doing this after reaching a certain threshold.)
source share