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

learn more… | top users | synonyms

-4
votes
2answers
77 views

How to run a C# script periodically?

Is it possible to run some C# script under Windows periodically? I mean something like a SQL job etc. I know the solution via SSIS but it's not exactly what I am looking for.
0
votes
3answers
39 views

Windows equivalent to #!/usr/bin/php

I am trying to execute a php file from sos-berlin jobscheduler. My OS is windows 7. I am following the documentation http://www.sos-berlin.com/mediawiki/index.php/How_to_execute_a_PHP_script_with_JS ...
0
votes
2answers
22 views

Running php file with Open Source Job Scheduler

I have a php file test.php. I want to run it with Open Source Job Scheduler at specified intervals. How can I do that? Should I create a xml file for it? I read the documentation ...
0
votes
0answers
14 views

How to extend and use Quartz RemoteMBeanScheduler?

I can understand that quartz org.quartz.impl.RemoteMBeanScheduler is used to proxy a scheduler through JMX. How to extend it and use? Is there any shortfalls using this? Can this be used in a ...
3
votes
1answer
41 views

NodeJS Background jobs never execute, loop forever

I have a module that starts some background jobs in NodeJS (the jobs are HTTP requests), here is a simplified version of it: var util = require('util'), EE = require('events').EventEmitter, ...
0
votes
0answers
5 views

Torque PBS Manager permission rules cannot be changed

When I try to change the queue as such: set queue standard total_jobs=16 I get the following error: qmgr obj=standard svr=default: Cannot set attribute, read only or insufficient permission ...
1
vote
0answers
32 views

Array jobs using R scripts

I have an R script which I currently use on our linux HPC as an interactive session. The script itself does a test based on a set/list of items, and runs 10,000 permutations of the test using snow ...
0
votes
2answers
20 views

Are dynos restarted when an app is deployed?

I've got some background jobs that run for a long time (hours). If I deploy my app while those background jobs are running, will the dynos those jobs are attached to get restarted (thus killing the ...
0
votes
2answers
32 views

How to schedule jobs in hadoop

I am new to hadoop,i have written few jobs and exported them as jar file . I am able to run them using hadoop jar command,i want to run these jobs every one hour . How do i do this.Thanks in advance. ...
2
votes
1answer
74 views

Quartz.NET Rescheduling job with new trigger set

I have a Quartz job which is scheduled with a collection of triggers and it has 3 to 5 minutes of execution time. But at any moment in the future(it may be a week later or a couple of minutes later) I ...
-1
votes
0answers
29 views

What's blocking my threads?

On a Linux system, I have a multi-threaded process. Thread A is a high priority thread that is responsible for flash storage I/O. Thread b has lower priority and is responsible for UI rendering. When ...
1
vote
0answers
47 views

DBMS_JOB usage: 'Singular' job keeps recurring every five seconds

I learned (the hard way) that DDL statements cannot be executed in the non-transactional context of a logon trigger, and that the solution is a job. I want the job to be executed immediately and one ...
0
votes
0answers
87 views

quartz job.xml crontriggers fire at startup

I'm using quartz with JDBCJobStore and jobinitializer plugin. I set some jobs in the xml and they are supposed to fire only once a day. The problem is that every time I start the web application all ...
0
votes
0answers
20 views

Load Balancing job queue among disproportionate workers

I'm working on a tool to automatically manage a job queue (in this case, Beanstalkd). Currently, you must manually set the number of available workers to pull jobs off the queue, but this does not ...
0
votes
2answers
41 views

Scheduling using eventwaithandle

Hi im trying to create an implementation of scheduling using the EventWaitHandle class Take the following example: // Program 1 static void Main(string[] args) { EventWaitHandle wh = new ...
0
votes
1answer
66 views

Calling a C program from the function in pthread_create

We are trying to implement a Process scheduling code for Round Robin process as part of our project. As part of trying to implement the code,we need to processes which we then need to schedule ...
1
vote
1answer
84 views

start a .exe in the background with parameters in a powershell script

I have a programm which i usually start like this in powershell: .\storage\bin\storage.exe -f storage\conf\storage.conf What is the correct syntax for calling it in the background? I tried many ...
-1
votes
1answer
118 views

Gantt chart using Asp.net [closed]

I am developing a job scheduling application in which I have to display a Gantt chart using ASP.NET. How do I insert it? Can I use jQuery or is there a way through ASP.NET?
0
votes
0answers
36 views

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 servers with WebLogic Server 10.3.5. ...
3
votes
1answer
62 views

Will Hadoop always spread the work evenly between nodes?

Say I have 200 input files and 20 nodes, and each node has 10 mapper slots. Will Hadoop always allocate the work evenly, such that each node will get 10 input files and simultaneously start 10 ...
1
vote
1answer
71 views

the class extended Jobs running background blocks request/response in play framework 1.2.5

I'm new at using play framework and I need to have a piece of code running everyday without effecting request/response cycle of play! I did this in Job class of play and the Job running time is little ...
0
votes
1answer
30 views

How to support secure creation of a user account over an external API via a queued job?

So this question is delving into security and encryption and the problem potentially hasn't been encountered by many. Answers may be theoretical. Let me outline the scenario... A website frontend is ...
0
votes
0answers
30 views

Comparing Performance of scheduling algorithm, practically, not with pen and paper

how to compare Response time, Turn around time of Two Scheduling algorithm? does any simulator is available?
0
votes
1answer
523 views

Dynamic programming: Task planification variation [closed]

I'm struggling with a dynamic programming problem for a couple of days. It goes like this: John's working day is divided in N time slots, every slot i having associated a gain G[i] which he can ...
0
votes
0answers
44 views

how to create job to manage services (sql agent server 2008 )

I have some services I will install on more than one server but I have one server to database table I have like this: serviceId = HostName = starrtTime = IsRunningBisness = serviceStatus 1 ======= ...
0
votes
0answers
29 views

Can any body help me to explain the general process of Tech Scheduler? How it works to schedule and process a job?

I am working on a migration project and i have to migrate from tech Scheduler (a job scheduling software by Dean Software Design) to Control-M (a job scheduling software by BMC Software). Can anybody ...
0
votes
0answers
135 views

How to monitor a single Hive query which converts to several MapReduce Jobs?

I am monitoring Hive queries using the JobTracker API. I obtain the status of a job using getJobStatus. getJobStatus requires a jobid. I made a hack around this by setting jobnames for every query. ...
0
votes
1answer
309 views

Testing Quartz JDBC Job Store

I am using Quartz JDBC Job store (org.quartz.impl.jdbcjobstore.JobStoreTX) and MySQL for scheduling jobs. I have the following setup: ...
2
votes
1answer
501 views

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(minute = "*/1", hour = "*") which is working fine. However, sometimes ...
-5
votes
1answer
83 views

Tips on Programming a summer camp staffing scheduler in C# [closed]

Okay, I would like to Develop A program that simplifies scheduling staff at a Summer camp that I work/volunteer at. The way I envision it working the user would be able to make and save templates of a ...
0
votes
0answers
30 views

Find successor jobs of an application in Control-m

Is there any way to find all successor groups or jobs, of an application in control-m? Lets say, there is an application named XDW in control-m. I want to find all jobs or all applications which ...
0
votes
1answer
84 views

Quartz JobScheduler dataMap seems to be losing data when it is accessed from another class

I am trying to send out an email automatically using a quartz job scheduler. To do this I am using a jobDataMap to pass data needed to complete the job from the class where the cronTrigger is ...
-1
votes
1answer
345 views

Specify multiple files for FileWatcher Autosys job

I would like to setup a FileWatcher job that looks for multiple signal files to be present before it kicks off. Is there any way to check for the presence of multiple files before the child job is ...
0
votes
1answer
716 views

AutoSys Job multiple dependencies issue: s(1) & s(2) & s(3)

I got 4 jobs: 1, 2, 3, 4. 2's condition: s(1); 3's condition: s(2); 4's condition: s(1) & s(2) & s(3) all these jobs are daily jobs the first day is ok. the second day, the 4th job ...
10
votes
2answers
647 views

Implementing first fit like algorithm

Problem: I have 3 machines, each machine have a limit of 30 ms time, each machine have 3 zones that a task can't be executed there. The tasks have a P (priority) and W (weight, which is the time to ...
0
votes
1answer
93 views

Oracle scheduler changes materialized view call into CTAS

I have a stored procedure that has this structure: CREATE OR REPLACE PROCEDURE refresh_mv(p_mv_name VARCHAR2) AS BEGIN EXECUTE IMMEDIATE ' CREATE MATERIALIZED VIEW ' || ...
0
votes
2answers
162 views

Scheduling tasks in multithreads

I am trying to schedule tasks in multi threaded systems. my idea is to have a local queue per thread, each thread will fetch the job from its local queue. But when the thread reaches some threshold, ...
1
vote
1answer
308 views

Can we use both Fair scheduler and Capacity Scheduler in the same hadoop cluster

Can we use both Fair scheduler and Capacity Scheduler in the same hadoop cluster. Which scheduler is good and effective. Can anyone help me ?
0
votes
0answers
34 views

Ideas on frameworks in .NET that can be used for job processing and notifications

Scenario: We have one instance of WCF windows service which exposes contracts like: AddNewJob(Job job), GetJobs(JobQuery query) etc. This service is consumed by 70-100 instances of client which is ...
1
vote
2answers
776 views

How to setup-up Job scheduling with .NET framework? [closed]

How can I do simple job scheduling with C#/.NET? Assume I have a method (of a certain class) which I want to run automatically daily, hourly, weekly and so on. Is there a simple method for doing ...
0
votes
1answer
578 views

Running a Cron job daily from 6 am to 11:30 pm [closed]

Could you help me please to run my cron job daily from 6 am to 11:30 pm in the following format command path Thanks
0
votes
1answer
131 views

Multiple Schedulers or Multiple Job Triggers

I am using Quartz.net for my job scheduling. I have different databases for my application and each needs to be considered for job processing. I have two questions: Can I use same scheduler for ...
0
votes
1answer
84 views

java- best way to continuously monitor a table in db for new rows being added

In a java app (not a web app) I want to monitor continuously a table in SQL Server database, and the moment a new row is added, I want to schedule a "job" corresp. to that row. Similarly, if an ...
0
votes
0answers
148 views

When to use cron or resque-scheduler (or similar scheduler)?

In some situations I use cron, in others I bolt something like resque-scheduler onto my applications. I don't have any hard or fast rule for when to use either one. Both are generally simple to ...
1
vote
2answers
991 views

how to call the stored procedure in oracle with the daily scheduled jobs?

I am new to the oracle job scripts. I wrote some purge procedure to clean all the old data and retain the last 3 months data... procedure is executed successfully. its working when im calling manually ...
2
votes
1answer
581 views

Time Slices in Round Robin Time Scheduling

If you have a very large (say too big) time slice for a round robin scheduler what kind of performance effect should I expect in the Operating System? My only thought is that processes that require a ...
1
vote
1answer
71 views

How to determine a job's place in a PBS queue?

I'm working with a computation cluster that uses PBS/Torque for job scheduling. The queue can be pretty long at times, for example, I now have a few jobs submitted in a queue of over 800 (as reported ...
5
votes
0answers
154 views

Job queue manager with RPC interface

I need a job queue manager that I can control over the Internet. It should be able to execute and stop processes, check on their status (ideally notice and execute some code when a process exits), ...
0
votes
2answers
44 views

Scheduling offline tasks according to load in Azure

We have a system deployed to Azure, where we have a real-time service (always running) and several offline tasks that we need to run periodically. We would like to use the same workers for the ...
0
votes
0answers
246 views

Quartz, How to start a job after another job finishes?

I'd like to use quartz for a project, but it seems to be missing some functionality. What I need is very simple, to fire another job after one finishes execution. This ideally would be done with a ...

1 2 3 4