Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
50 views

I am currently using Snakemake version 9.6.3 on a cluster managed by an SLURM scheduler. In previous workflows, I relied on version 6, which supported the --cluster, --cluster-status, and --parsable ...
jeje's user avatar
  • 11
0 votes
0 answers
103 views

I'm using BullMQ (v5.56) to schedule repeatable jobs with a custom schedulerId as the job name. When I create a job with repeat options like: { startDate: '2025-07-10T09:55:00.000Z', pattern: '55 *...
Amzil Houdaifa's user avatar
0 votes
0 answers
78 views

When users request 1-2 GPUs via sbatch --gres=gpu:1, Slurm locks the entire 8-GPU node. This fragments our cluster: Multiple small requests spread across nodes (e.g., four 1-GPU jobs occupy four ...
train-server's user avatar
1 vote
0 answers
84 views

const parts = dateFormat.formatToParts(date).filter(part => { 'RangeError: Invalid time value'. at DateTimeFormat.formatToParts () at buidDateParts getting error in Cron Job Scheduler using with ...
Baljit Singh's user avatar
0 votes
1 answer
47 views

Here is the flow of the jobs I am working on: When Job B[stand alone job] is successful, Trigger Job A [Present in box A] But I can see that after Job B is completed, Job A is not getting triggered. I ...
ash22's user avatar
  • 3
0 votes
0 answers
62 views

I am using Quartz.NET to schedule a series of jobs that need to be executed in sequence. I want each job to have its own trigger so that I can see the execution status of them in the UI (localhost:****...
ravikiran reddy's user avatar
0 votes
0 answers
183 views

The output should match the format. I am working on the Job Selection Problem, where I need to select a subset of jobs to minimize the total penalty while ensuring that the selected jobs can be ...
aksh's user avatar
  • 11
0 votes
0 answers
51 views

I tried to complete commands in unity, but they didn't work. I tried to complete RaycastCommand, CapsulecastCommand and OverlapCapsuleCommand. RaycastCommand worked. CapsulecastCommand and ...
Diyabya's user avatar
0 votes
0 answers
64 views

I'm implementing a Round Robin scheduling algorithm in Python with context switching, I/O handling, and a time quantum. I have the following code: jobs = [ {"name": "J1", "...
Ace's user avatar
  • 1
1 vote
0 answers
48 views

I used FusedLocationProviderClient with JobScheduler to get the current location all the time and it works well when the app is in the background. But the getCurrentLocation() method returns Location =...
falguni rana's user avatar
-1 votes
1 answer
118 views

I have Job schedule as such: Runs daily Mon-Friday between 9:29 and 16:31 in 1 minute intervals. I need to dynamically modify it: Meaning on some days it will need to run 9:29 to 12 noon and on other ...
user254060's user avatar
1 vote
0 answers
106 views

Is there a way to prioritize certain nodes over others in a job submission without admin privileges? I know about the --nodelist, --constraint or --exclude directives, but if set, the job runs only if ...
Oskar's user avatar
  • 1,488
0 votes
1 answer
194 views

I am trying to combine the flexible job shop optimization with flexible durations based on machine calendars like here: https://groups.google.com/g/or-tools-discuss/c/DA_4Pniwhn8/m/BH2vO5K1BgAJ My ...
Martin Stimpfl's user avatar
-1 votes
1 answer
63 views

I have a use case where I want to assign a salesperson to a list of appointments. Now, these salespeople have to travel from one point to another to reach the appointment location. I am using ...
Vinod Chaudhari's user avatar
0 votes
1 answer
84 views

I am working on SAP HANA BTP Cockpit. I created 1 instance and enter in database explorer. There I created 1 table and transfer that table to AWS S3 bucket using this command: Export into '<s3-...
Prasad's user avatar
  • 1
-3 votes
1 answer
96 views

I need idea or some suggestions on tool to create POC for our own job scheduler using following tech stack, which should replace the onpremimse AutoSys to cloud based solution. Tech Stack: Angular C#,...
Vignesh Kumar A's user avatar
0 votes
1 answer
401 views

I have a PL/SQL procedure that submits jobs in a loop, processing different parameters (branches). Each job performs inserts and updates on a large table. Due to the size of the table, a table lock is ...
Khurram Raza's user avatar
0 votes
1 answer
184 views

I wanted to expand the job shop problem for the CP-Sat Solver by adding optional tasks,that don't have to be executed. But my problem is that I don't really know how "remove" a task from the ...
sodanet's user avatar
0 votes
1 answer
138 views

I could not able to understand the question mentioned: Consider a Multi Queue level system consisting of five processes whose arrival time and burst time are given below. Process in Queue Level 1 ...
Nikhitha's user avatar
1 vote
0 answers
104 views

I am experiencing a high rate of job failures with my Quartz Scheduler setup in a Spring Boot application. Approximately 3,00,000 jobs are scheduled to execute at midnight, and I believe this is ...
Shwet Verma's user avatar
1 vote
0 answers
51 views

I'm trying to solve a classic optimization problem using PulP - I have a set of patients with durations for their job, chairs (a patient must sit on a chair to complete their job), and nurses (that ...
Sruthi Kurada's user avatar
0 votes
1 answer
807 views

I have a case where I have 5 executers on a slave and 2 jobs running on that slave. Jobs are triggered by a pipeline. Multiple instance of the same job will be triggered with different parameters. ...
Sreevalsa E's user avatar
1 vote
1 answer
889 views

I am evaluating OR tools cp model performance based on example https://github.com/google/or-tools/blob/stable/examples/contrib/scheduling_with_transitions_sat.py I've modified the code to generate ...
Martin Stimpfl's user avatar
0 votes
1 answer
268 views

for my current project I've found a similar example on the or tools github repo I use as blueprint: https://github.com/google/or-tools/blob/stable/examples/contrib/scheduling_with_transitions_sat.py ...
Martin Stimpfl's user avatar
0 votes
1 answer
443 views

I am pretty new to Google OR Tools and trying to set up a job shop scheduler for multiple machines with setup times in between each job (retrieved via a dictionary). This example gives a good hint of ...
Martin Stimpfl's user avatar
1 vote
0 answers
135 views

This is a mock up of part of the code I'm working on $output = @() Start-ThreadJob -ScriptBlock { try { Write-Host "`nThis is a Write-Host message" Write-Verbose '...
SpyNet's user avatar
  • 777
0 votes
0 answers
40 views

I started one a job from the ‘Job Activity Monitor’, I stopped the job after few minutes once I realized that this is not the job I should be running. The next day, the stopped job triggered by the ...
maheshk.online's user avatar
1 vote
0 answers
1k views

I need to chain several jobs. Some have to be started right after other have finished and some need results of other jobs as an input. Seems that I can start one job after the other by using sensors. ...
SS_Rebelious's user avatar
  • 1,384
-1 votes
1 answer
90 views

So I want to use the queue multithreading in Python, where I queue jobs and it works through the jobs but I have two values I would like to pass to each job. Can I pass multiple values into the job ...
John A's user avatar
  • 3
0 votes
2 answers
333 views

My oracle database time zone is +03:30 (TEHRAN) select current_timestamp from dual 22-JAN-24 11.06.09.128998 AM +03:30 dbms_scheduler.create_job ( job_name => v_job_name , ...
Arash's user avatar
  • 33
0 votes
1 answer
78 views

I use Google Sheets to manage the schedule of 17 rotating shift workers. The draft schedule runs out 9 months. It's easy for myself to loose track of folks working too many days in a row covering ...
Dwthrman's user avatar
0 votes
1 answer
296 views

I'm using the job scheduler with JupyterLab. I've noticed that when I run my code manually it will output and save the desired .csv file. However, when I run this piece of code using the JupyterLab ...
aidan808's user avatar
0 votes
1 answer
42 views

Hello everyone ı have an mathematical which is related with unrelated parallel machines with considering setup time between jobs and machine eligilibity. I wrote my mathematical model in GAMS. It ...
berkay orkun's user avatar
0 votes
0 answers
62 views

My task is to calculate the average turnaround time and waiting time, as well as the number of interruptions froma CSV file (1st row being the arrival times, the the rest of the row are summed up to ...
Nozakai's user avatar
  • 11
0 votes
1 answer
2k views

how to find the apex class in this scheduled apex record.its not showing the apex class , then I try this in apex jobs section but it's also not showing this job Please give me solution for that . ...
Pamoda Wijesinghe's user avatar
0 votes
0 answers
511 views

I'm working on a project related to solving the job shop scheduling problem using Tabu search, genetic algorithms, or any suitable algorithm in Python. I've referred to this GitHub repository: https://...
bachphan0201's user avatar
0 votes
1 answer
212 views

I'm learning OR-Tools and started adding onto the nurse scheduling problem. I'm trying to add a constraint that if a nurse is working that they can only work consecutive shifts (i.e can't work shifts ...
Gabriel Rips's user avatar
1 vote
1 answer
86 views

I am trying to solve a scheduling optimization problem using Choco solver. It requires the scheduling of tasks based on the workforce's shift. It includes a capability that certain tasks can be ...
l_maadhav's user avatar
1 vote
1 answer
413 views

After reading the very informative post, HPC cluster: select the number of CPUs and threads in SLURM sbatch, I understand the difference b/w the --ntasks, --cpus-per-task and --ntasks-per-node flags ...
DOOM's user avatar
  • 1,254
0 votes
1 answer
2k views

I am wondering what kind of permissions the [NT SERVICE\SQLSERVERAGENT] account needs to run the job? Below are the steps that have been implemented, yet the job doesn't run with correct results ...
xorpower's user avatar
  • 19.2k
0 votes
1 answer
153 views

I have scheduled a job to run daily using START STEP of a job and Not using the Schedule Prespective, Now i can't locate it in scheduled jobs, but the job runs daily for a specific date and i want to ...
Haider Mumtaz Khan's user avatar
1 vote
1 answer
600 views

In my current project there are multiple CRON jobs scheduled in Kubernetes. Each cron job has a specific start time scheduled. But as per a new requirement we need to create dependency between jobs so ...
sandeep's user avatar
  • 3,365
1 vote
0 answers
346 views

I am an admin for SAS analytics app and one user couldn't schedule a SAS job through SAS Management Console. He gets an error box message says: Connect to Scheduler error Unable to make connection to ...
Sam_UAE's user avatar
  • 21
1 vote
1 answer
360 views

This seems straight forward but I can't get examples to work for whatever reason. I am using Hangfire.Core 1.8.6. My connection is good because I can create one-off and recurring jobs that fire as ...
Cef's user avatar
  • 949
0 votes
1 answer
1k views

I have created a job scheduler that runs every 10 minutes and sends emails if the data exists in the table. It is working fine in my local and our testing environment but not working, when I deploy it ...
Unknown's user avatar
  • 155
0 votes
0 answers
107 views

I have created a scheduler that runs every 10 minutes to check a table and if any data exists in that table then it sends emails to those persons accordingly. I am using Visual Studio 2010. I ...
Unknown's user avatar
  • 155
0 votes
1 answer
1k views

I have been trying to use Slurm to run multiple job steps on a single GPU. I know memory won't be an issue if the jobs were able to run, however only the first job step will run in the below sequence. ...
JBartlett_6's user avatar
0 votes
0 answers
31 views

This is a multi level queue scheduling problem. I have implemented 4 levels with the system processes queue having the highest priority and the batch processes queue having the lowest priority. I have ...
SYED ALI MEHDI RIZVI's user avatar
0 votes
0 answers
131 views

I'm a Laravel backend developer, and I have a scenario where I need to schedule queue jobs on shared hosting. These jobs involve sending emails to users when they register, and I'm currently using the ...
Jr.dev's user avatar
  • 1
0 votes
1 answer
350 views

I have two different services that use the same Hangfire instance for scheduling recurring jobs. I am using 1 Hangfire dashboard. Service 1 adds one recurring job, while Service 2 adds three recurring ...
Gor Asatryan's user avatar

1
2 3 4 5
27