Questions tagged [job-scheduling]

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

Today's job schedulers, often termed workload automation, typically provide a graphical user interface and a single point of control for definition and monitoring of background executions in a distributed network of computers. Increasingly, job schedulers are required to orchestrate the integration of real-time business activities with traditional background IT processing across different operating system platforms and business application environments.

1328 questions
-1
votes
1 answer

Mapping in informatica

I have a job in GECS scheduler which will trigger a informatica workflow, if the job is late for 10 min then we need to create a mapping such a way that it will fail the workflow and trigger a mail to outlook saying the workflow is failed
-1
votes
1 answer

Spark Scheduler pool jobs are not running parallel as I expected

I am trying to run two spark actions as below and I expect them to run parallely as they both use differenct pools. Does scheduling using pools meant that, different independent actions will run parallelly? I mean If I have 200 cores, then pool1…
-1
votes
1 answer

Can i limit number of execution per day for a build?

In Jenkins, i need to limit running job execution for only one times per day It's possible ? My build it's just one batch command I have one cron for execute my job with fix times and i can use URL for run my job manually too. If the job has…
Antho03
  • 49
  • 1
  • 7
-1
votes
1 answer

need some kind of job scheduler or delayed message queue in a java world

I'm needing to execute a process in the future, let's say 20min, based on some event happening, but I may need to cancel that scheduled process depending on different factors. Or , i may need to restart the timer on the job, depending on another…
-1
votes
1 answer

ControlM job parameters are not floating while running job

I created ControlM job with all required parameters(named PARM1, PARM2, PARM3). I able to Order the job and under Monitoring section when i try to run the job the parameters i set while creating job are not passing to script. May i know why the…
Bukkasamudram
  • 351
  • 1
  • 2
  • 10
-1
votes
3 answers

Which is the best job scheduler to hit REST endpoints which also has UI?

Which is the best job scheduler to hit REST endpoints which also has UI??
sweetie
  • 69
  • 1
  • 8
-1
votes
1 answer

Shell script to unzip files using file watcher

I have started working on Linux recently. I'm looking for a solution for monitoring a folder for zipped files and unzip them. I have created a simple script(say unzip.sh) to unzip the files but there is no fix time at which zipped are received, so I…
-1
votes
1 answer

Job schedulars - web sphere application server 8.5/Liberty profile

we have WebSphere application server 8.5 environment, having different applications deployed into different instances. And we have requirement that needing job/process scheduler to be picked up by any one of instances(only one), if any instance goes…
-1
votes
1 answer

Delete all jobs in the terminal

I've created some jobs and I want to delete all the jobs together. Please, help me to delete all the jobs without using pid or job id. I want to delete all together not individual. What I've tried: Please, help me to delete all jobs.
Dhaval
  • 1
  • 3
-1
votes
2 answers

Autosys job suspension for a specific hour in a day

I need to schedule a job in Autosys in such a way that it runs every 20 min everyday it does not run for a specific time (say 01:00 to 02:00) everyday What is the correct way to schedule this?
RCInd
  • 344
  • 2
  • 13
-1
votes
1 answer

Scheduling an ETL file in Tivoli

I want to schedule an etl job file (.vbs) in Tivoli. I am able to schedule it in Windows task Scheduler. As I have never tried my hands on Tivoli. Can anyone help me on this ? Thanks in advance.
-1
votes
1 answer

Create SQL Job with conditions

If I have two SQL scripts in SQL 2012, and I want to receive an email if one of the scripts returns information and the other does not, how would i set that up? select * from doc_queue_pend where create_timestamp < DATEADD(Minute, -20,…
-1
votes
1 answer

How to send the parameters to the jasper report scheduler in the url

Is there a way to pass parameters to the scheduler of the jasper report in the url. My requirement is that i have run a report with certain parameters and now want to send the report output as an attachment to a user with out going back and schedule…
KBSri
  • 13
  • 7
-1
votes
1 answer

Job scheduling from input file

I'm working on a simulated process scheduler for my operating systems class and am having trouble figuring out the best way to extract the data from the file to process. The input file will look like this: 5 1 3 10 2 4 15 3 6 8 4 7 3 5 9 12 Where…
tfiggs
  • 9
  • 2
-1
votes
1 answer

when does the process enters ready queue for CPU scheduling algorithm?

while performing scheduling algorithm the process is said to be arrived in ready queue on specified arrival time is there any way to determine when the process will arrive in ready queue or we can only tell when process is arrived thank you