Top "Job-scheduling" questions

A job scheduler is a computer application for controlling unattended background program execution (commonly called batch processing).

Standard Calendar in Autosys

How to find out the calendar days and months for a particular job in autosys? Do we have any autosys …

job-scheduling autosys
Strange behavior of quartz in cluster configuration

I'm developing scheduled services. The application is developed using JDK 1.6, Spring Framework 2.5.6 and Quartz 1.8.4 to schedule jobs. I've two clustered …

java cluster-computing quartz-scheduler job-scheduling
Spring and scheduled tasks on multiple instances

We have a Spring Boot application, and have scheduled tasks. We want to deploy our application on multiple servers, so …

spring spring-boot jobs job-scheduling
How to setup-up Job scheduling with .NET framework?

How can I do simple job scheduling with C#/.NET? Assume I have a method (of a certain class) which …

c# .net windows scheduling job-scheduling
Can we make a Script or Job Schedule for PostgreSQL database Back-UP?

I am using PostgreSQL Database, I am running a Database Server . My PostgreSQL Version is : postgres=# select version(); version ------------------------------------------------------------- …

postgresql job-scheduling pgadmin pgagent
Distributed Job scheduling, management, and reporting

I recently had a play around with Hadoop and was impressed with it's scheduling, management, and reporting of MapReduce jobs. …

java hadoop distributed-computing job-scheduling
What is exactly mean by 'DisallowConcurrentExecution' in Quartz.net

I have a Quartz.net Job with the following definition. [PersistJobDataAfterExecution] [DisallowConcurrentExecution] public class AdItemsJob : IJob, IInterruptableJob { public void Execute(…

c# quartz.net job-scheduling
CPU Scheduling : Finding burst time

In the FCFS scheduling algorithm the drawback is that if a process P1 with a higher burst time comes before …

process operating-system scheduling job-scheduling
Auto sys file watcher job

Task: Is to create file watcher job in autosys that would watch out for a particular file. The requirement is …

job-scheduling autosys
What is a good Sidekiq-like job system for node.js?

(Most of the questions asked here about this subject are a bit old, and I was wondering what had change …

javascript node.js job-scheduling job-queue