python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Why SCHED_FIFO threads are assigned to the same physical CPU even though idle CPUs are available?
While debugging some performance issue in app I'm working on, I found out weird behaviour of kernel scheduler.
It seems that busy SCHED_FIFO tasks tend to be scheduled on logical cores from the same p...
terion
Votes: 0
Answers: 2
Force Spring Boot @Scheduled method to be called "out of schedule" in case of failure
I have a Spring Boot (2.6.6) @Scheduled method, which fetches data from an external service every 10 minutes.
Under normal condition, I am happy with the interval. However I'd like to shorten it on a ...

Honza Zidek
Votes: 0
Answers: 3
How to get Windows scheduler and Batch File to run only the Master Git Branch
I have a python program doing a query and some data manipulation that is run every 5 minutes through a batch file and windows scheduler. I want to also start using Git and Github for better version co...
bhu22
Votes: 0
Answers: 0
How to get status of job using Scheduler?
I have a scheduled job running on Scheduler library, and I would like to get its status ("Success", "Failed") from python but I can't find documentation on how to get the status.
L...
selma se
Votes: 0
Answers: 1