Top "Scheduler" questions

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

Open Source Job Scheduler with REST API

Are there any open source Job Scheduler with REST API for commercial use which will support features like: Tree like …

rest workflow scheduler job-scheduling
Cron job run every x weeks and on specific days

I want to create a cron job that runs every x weeks and on a specific weekdays. for example: run …

cron crontab scheduler recurrence
Is it possible to run a cron job in a web application?

In a java web application (servlets/spring mvc), using tomcat, is it possible to run a cron job type service? …

java tomcat cron scheduled-tasks scheduler
Request admin privileges for Java app on Windows Vista

When I try to create a new task in the task scheduler via the Java ProcessBuilder class I get an …

java windows-vista scheduler access-denied
How to schedule task daily + onStart() in Play 2.0.4?

I need to execute a piece of code 1 time everyday in playframework2.0.4 when I try to do with the class …

java playframework-2.0 akka scheduler
is nice() used to change the thread priority or the process priority?

The man page for nice says "nice() adds inc to the nice value for the calling process. So, can we …

linux pthreads scheduler nice
Behavior of sched_yield

I have few questions about the sched_yield function because I'm seeing that it is not functioning as intended in …

multithreading linux-kernel yield scheduler
Task Scheduler not executing batch (bat) file with MSTest commands

I have several batch files which set a log file path and start visual studio 2010 ordertests. When I execute a …

batch-file scheduled-tasks mstest scheduler ordered-test
Using Heroku Scheduler with Node.js

There is literally no tutorial about using Heroku Scheduler with Node.js. Assume that I have a function called sayHello() …

node.js heroku scheduler