python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
SQL Server Jobs: Best practice for running jobs across multiple databases?
We currently run scheduled overnight jobs to sync heavily calculated data into flat tables for use in reports. These processes can take anywhere between 5mins to 2hrs per database, depending on the si...

Dave L
Votes: 0
Answers: 0
slurm - use array and limit the number of jobs running at the same time until they finish
Let's suppose I have the following bash script (bash.sh) to be run on a HPC using slurm:
#!/bin/bash
#SBATCH --job-name test
#SBATCH --ntasks 4
#SBATCH --time 00-05:00
#SBATCH --output out
#SBATCH --e...
aaaaa
Votes: 0
Answers: 1
CRON Expression for month end, but it should not work if the last day of the Month is Friday
I'm working on the UIpath Orchestrator where I need to put a custom scheduler for a job,
here is the cron expression which I written 0 0 5 L * ? * , it works fine and run's every last day of the month...
HafizHaseeb
Votes: 0
Answers: 1
Create a "Building Queue" with rails associated to a user
I am currently learning Ruby on Rails and to do so I am developing a web game.
This game is in the same genre as Travian, the players can build buildings etc...
I'm a bit stuck on this feature to impl...

user12033743
Votes: 0
Answers: 1