python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Control-M: Order date (prerequisite), two jobs with different load dates
I have two jobs with different load dates (not same day):
JobA: runs at the end of month (may be 28th, 29 th, 30th).
JobB: runs at the beginning of the month (may be 1st, 2nd).
I want to make JobA a...
Moussa Bâ
Votes: 0
Answers: 2
Round Robin Scheduler in C
I need a bit of help with my round robin scheduler. It is meant to take external C files and place them in a queue while displaying their current state, and execute them through round robin scheduling...

Frahmtastic
Votes: 0
Answers: 1
Scheduling a pgagent job for every alternate friday
I am unbale to find a way to schedule pgagent job for every alternate fridays.Can anybody help me with that ?
Below is the code shell script I include it in pgagent job
#!/bin/bash
#backup directory c...

sandeep nandula
Votes: 0
Answers: 0
Runtime Error on Cloud Run when using Dash App and Papermill executions on background tasks
I am facing an issue in CloudRun:
Below I am only showing the scheduling part (background tasks), but I also have some code for a Dash application.
I would like to have a Dash application and schedule...
Milan Goetz
Votes: 0
Answers: 1