Category "jobs"

Repeated "Not found: Job" error message on tab opening

I'm getting the following error message every time I open any new tab in BigQuery, or when I move between tabs. It's been happening now for a couple of months a

run both master & slaves as docker containers "Jobs"

I have Jenkins Master runnig on docker conatiner and Every time I need A slave to run my jobs a docker container spins up as a Jenkins slave and my script is e

Databricks Dashboard auto refresh

For Data Visualisation purposes, I am using Databricks to create dashboards. This is achieved by creating charts in a notebook and linking those charts to the d

Chainlink node CRON job. How does it get paid?

these are the docs https://docs.chain.link/docs/jobs/types/cron/ type = "cron" schemaVersion = 1 schedule = "CRON_TZ=UTC * */20 * * * *"

How can I execute multiple cron jobs at different timings using node-cron in nodejs?

How can I execute this with different timings? Please help on this. Thanks in Advance... const Cron = require('node-cron'); const Cron2 = require('node-cron');

Maya Python Script Job Attribute Change

I am trying to get one boolean attribute (A) to change another(B). The one to be controlled (B) already has a script job running it and so I can't create a set

Lumen prevent duplicate job in a queue

Using lumen 8.2.3 I am only trying to dispatch a unique job to a queue. In app/Console/Kernel I have sent a schedule to $schedule->job(new myJob(), 'high')-

How to capture nullpointerexception,ftp connection issues via a log/output file talend job

My talend job is working perfectly now,but i would like to induce some basic quality validation checks and put them in place to capture the error right away wit

How do I put a success step to a job when there are parallel transformations?

I have a job which includes sequencial 3 jobs that each makes around 20 parallel transformations. If I have a success step for each transformation the success s

How to modify the output of PowerShell Jobs if they take too long

I have a relatively long/complex script that blindly runs a batch of commands against several devices (as jobs). Once in awhile, a couple of these jobs continu

How to erase job via gitlab api

I have an issue were I am the owner of a project on a gitlab server, and I can successfully delete all artifacts for a job as listed in the docs.. curl --reque

Max size of ScriptBlock / InitializationScript for Start-Job in PowerShell

When you start a new job with Start-Job, you can pass it a ScriptBlock and a InitializationScript for example: Function FOO { Write-Host "HEY" } Start-Job -