Top "Schedule" questions

A schedule is the arrangement of events in time.

How schedule build in Jenkins?

How do I schedule a Jenkins build such that it would be able to build only at specific hours every …

build jenkins schedule cronexpression timetable
How do I schedule a task to run at periodic intervals?

I was trying some codes to implement a scheduled task and came up with these codes . import java.util.*; class …

java timer schedule
Scheduling R Script

I have written an R script that pulls some data from a database, performs several operations on it and post …

r windows schedule r-faq
Android close dialog after 5 seconds?

I'm working on an accesibility app. When the user wants to leave the app I show a dialog where he …

java android dialog schedule
crontab run every 15 minutes between certain hours

Is this correct scheduled to run between 07:00 and 19:00 at every 15 minutes? */15 07-19 * * * /path/script

linux cron crontab schedule
How to interrupt or stop currently running quartz job?

I have some tasks that are executed with the help of Java Quartz Jobs, but I need to stop some …

java scheduled-tasks quartz-scheduler schedule
how to schedule backup in sql server 2008?

how can I schedule daily backup at 9:00pm in SQL server 2008?

sql-server-2008 backup schedule database-backups
EJB @Schedule wait until method completed

I want to write a back-ground job (EJB 3.1), which executes every minute. For this I use the following annotation: @Schedule(…

java jakarta-ee schedule ejb-3.1 job-scheduling
Java Spring @Scheduled tasks executing twice

I have a simple test method here that is set to run every 5 seconds and it does, but looking at …

java spring schedule
@Schedule annotation run every few minutes (or seconds)

I would like to try to use the @Schedule annotation in the following way: public class MyTestServlet extends HttpServlet { private …

java ejb schedule