Top "Jobs" questions

A job is a process executing in the background, or scheduled for later execution.

Autosys monthly job schedule

I know how to run autosys job on certain day in a week but how can i run once in …

jobs autosys
kubernetes jobs init container

I've created a JOB pod with 2 INIT containers At pod creation, my job completed successfully but no sign of the …

kubernetes containers jobs init kubernetes-jobs
How do you implement periodically executing job?

I am recently implementing a system that automatically replies to tweets that contain arbitrary hashtags. This system consists of a …

node.js message-queue jobs periodic-task
Job parameters in IBM datastage job

IBM datastage is a new tool for me and I'm unable to find any good pictorial and step by step …

parameters jobs datastage
How to do something if a job has finished

I'm trying to implement a GUI to my PowerShell script to simplify a certain process for other users. I have …

powershell jobs
bash: What is a jobspec

While reading documentation [1], the term "jobspec" appears a few times. What is a jobspec? [1] https://www.gnu.org/software/bash/…

linux bash unix jobs
Priority based preemptive Shortest Job First. How to determine what process comes first

I have a question for Priority based preemptive Shortest Job First algorithm. If two processes have the same priority, who …

algorithm jobs shortest preemptive
How to get attached files from an email, using Pentaho Kettle?

I'm stuck in a great problem. My task is to download some emails from a server using the IMAP protocol. …

email pentaho jobs kettle
How to schedule Pentaho Kettle transformations?

I've set up four transformations in Kettle. Now, I would like to schedule them so that they will run daily …

pentaho scheduling jobs kettle data-integration
How to kill all background processes in zsh?

As in the title - how to kill all background processes in zsh?

linux background zsh jobs