Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [jobs]

A job is a process executing in the background, or scheduled for later execution. **DO NOT** use this tag for career, employment, or hiring practice questions, as these are off-topic!

jobs
0 votes
0 answers
37 views

Running Powershell script using local and Domain Admin credentials

I'm trying to build a script that requires entering admin credentials only once, and runs commands as admin, some of them as the logged on local user. I don't want to enter multiple credentials when ...
Jeremy's user avatar
  • 11
0 votes
0 answers
33 views

Laravel v.11 job don't send email but give no errors

I have this problem with Laravel 11 that I can't solve: I create a command to retrieve data to send by email and this work correctly: class SendEvent5Reminder extends Command { /** * The name ...
Marco's user avatar
  • 1
1 vote
1 answer
22 views

sbatch depending on the completion of a job array gives a error: Batch job submission failed: Job dependency problem

I am trying to write a bash script that does some stuff, then starts a job array using sbatch, and when all jobs in the array have finished successfully, starts another job using sbatch. To have ...
Moe1234's user avatar
  • 121
0 votes
1 answer
107 views

New run blocks final job in preceeding run until queue is equal to agent pool size

We've been having an issue over the past few months where an in-progress Azure Pipelines run/build will end up with a single job stuck at queue priority 1 if a new run begins before it manages to work ...
user26267164's user avatar
-1 votes
0 answers
22 views

Talend filter job and CSV file output

Organization with 1 million employees and 2 000 departments run a job in Talend where we need to generate separate CSV for each department. also we can add additional filters like salary, male or ...
Annomoneos's user avatar
0 votes
0 answers
21 views

Can we create a global variable in autosys which gives as last day of previous month

I need to create a Global variable in autosys jil which give me the last day of previous month, command: sendevent -E SET_GLOBAL -G "Blackrock_CASHFLOWdate=date '+%Y%m%d'" The above command ...
Loganayaki mahalingam's user avatar
-1 votes
1 answer
50 views

How to trace the SSAS cube refresh failure details if we are refreshing the cube from a SQL Server Agent jobs

We have a tabular model cube that is refreshed each day via an SQL Agent job calling an SSAS Command. The command is simply: { "refresh": { "type": "full", "objects&...
Jasper's user avatar
  • 47
0 votes
1 answer
42 views

I would like to Create a (cron) schedule in Databricks that runs a job on Wednesday after the first Monday of a month

I need a Databricks job to run on Wednesday after the first Monday of a month. Or the same: two days after the first Monday. I found that Cron for the first Wednesday of a month 0 30 6 ? * 4#1 but ...
Sebastian 's user avatar
0 votes
2 answers
166 views

Getting random "User not found in file /etc/passwd" error on Cloud Run Job

I'm getting the follow random error, in less than 5% of my job executions, with the same container image: Application failed to start: resolveUserIdentity("1001"): User not found in file /...
SidiBecker's user avatar
0 votes
1 answer
60 views

NoMethodError: undefined method `jobs' for module Sidekiq::Job

In my event service I'm trying to delete a job, but I see this: NoMethodError: undefined method `jobs' for module Sidekiq::Job I know that it is possible to delete using ScheduledSet, but I cannot ...
Максим Волков's user avatar
0 votes
0 answers
19 views

Google Cloud Run Job - Terminate a Task after Timelimit without error

Good morning, I'm trying to run a scheduled Google Cloud Run Job. It works very well but I struggle with time limitation. The job should check a mail-inbox for unread Messages and answer them ...
Lukas Wisniewski's user avatar
0 votes
0 answers
26 views

Jobs Managed by Laravel Horizon Disappearing from Redis When "DB Saved on Disk" Logs Appear

Issue: I'm experiencing a critical issue where jobs managed by Laravel Horizon suddenly disappear from Redis. This occurs simultaneously with numerous "DB Saved on Disk" logs appearing in my ...
Onur Alican's user avatar
0 votes
0 answers
6 views

Elastic Job sp_add_jobstep SSL Provider, error: 0- 0-The target principal name is incorrect

Elastic Job sp_add_jobstep A connection was successfully established with the server, but then an error occurred during the login process. provider: SSL Provider, error: 0-The target principal name ...
DanielP's user avatar
0 votes
0 answers
41 views

How implement barryvdh(create multipage PDF) into job in Laravel?

I have a problem and need some help on how to implement the Barryvdh DomPDF library or more specifically, how to use this library to create a multi-page PDF. My goal is to generate a PDF that ...
JayVch's user avatar
  • 95
1 vote
0 answers
39 views

Quartz Scheduler: High Job Failure Rate at Midnight in Multi-Tenant Database System

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

15 30 50 per page
1
2 3 4 5
193