Top "Scheduler" questions

A scheduler is a software component responsible for starting tasks at a given time.

How to launch Windows Scheduler by command-line?

I mean to open the built-in Windows GUI from command line- not to launch by Schtasks

windows command-line scheduler
Python script to do something at the same time every day

I have a long running python script that I want to do someting at 01:00 every morning. I have been looking …

python python-2.7 scheduler
How can I run an external command asynchronously from Python?

I need to run a shell command asynchronously from a Python script. By this I mean that I want my …

python asynchronous subprocess scheduler
MySQL Event Scheduler on a specific time everyday

Here's my query CREATE EVENT RESET ON SCHEDULE AT TIMESTAMP DO UPDATE `ndic`.`students` SET `status` = '0'; How can …

mysql events scheduler
How can I see which CPU core a thread is running in?

In Linux, supposing a thread's pid is [pid], from the directory /proc/[pid] we can get many useful information. For …

linux linux-kernel scheduled-tasks scheduling scheduler
How to set global event_scheduler=ON even if MySQL is restarted?

I want to set the event_scheduler global to ON even if MySQL is restarted; how can I achieve this? …

mysql events scheduler
Python - Start a Function at Given Time

How can I run a function in Python, at a given time? For example: run_it_at(func, '2012-07…

python time scheduler
AutoSys scheduler update JIL

We use AutoSys for job scheduling, and I find myself writing a lot of JIL (job instruction language) scripts to …

scheduler autosys
java quartz scheduler fire a new job immediately

Is it possible to crate a job that will trigger immediately ? when i want the job to be triggres now …

java quartz-scheduler scheduler
Linux SCHED_OTHER, SCHED_FIFO and SCHED_RR - differences

Can someone explain the differences between SCHED_OTHER, SCHED_FIFO and SCHED_RR? Thanks

linux linux-kernel scheduler scheduling cfs