Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
1 answer
113 views

I have the following BAT file that takes two params; HOST, and REPORT_NAME. I want to call it from Cronical. @echo off setlocal enabledelayedexpansion REM ===== 1. Read parameters ===== set "...
Μenelaοs's user avatar
  • 25.3k
1 vote
1 answer
59 views

I’m working on a CodeIgniter (PHP) app with a 2-stage batch process: Cron 1 (syncAndPrepareQRTokens) sync eligible members to member_benefits generate qr_code_token Cron 2 (execute) generate PDF + ...
shamini nirodya's user avatar
-1 votes
1 answer
61 views

When I run a .js file directly, it is successful, but through cron it fails with an error about a package that I didn't even know was installed. Why are the results different? adrian@nfp:~$ node ...
Adrian's user avatar
  • 373
0 votes
0 answers
55 views

Node.js hot reload leaves zombie process holding port (nodemon / node --watch) Environment: Node.js v24.11.1 TypeScript with 'tsx' Express 5 Bree (worker threads for cron jobs) Redis, SQLite (...
ckHunter's user avatar
2 votes
1 answer
79 views

TL;DR I just want to run arbitrary shell commands with a static service user and see their output on the shell but also capture it for later use, i.e. send it by e-mail, and observe redirected output ...
Stefan Rickli's user avatar
1 vote
1 answer
165 views

I have a GitHub Actions workflow that is supposed to run automatically on a schedule using cron, but it is not triggering at all. However, when I manually trigger the same workflow using ...
Wei Jie's user avatar
  • 34
0 votes
1 answer
98 views

A rails application running version 3.3.0 and has in its gem file: ruby "3.3.0" gem 'whenever', '~> 1.1', '>= 1.1.2' which has generated the following cronjob, edited to run in ...
Jerome's user avatar
  • 6,493
0 votes
0 answers
37 views

I am using Angular 12 with the package [email protected]. The cron editor renders correctly, but when I try to patch an existing cron expression into my reactive form, the UI of the cron editor ...
Prashant G's user avatar
4 votes
1 answer
246 views

I have a Laravel 12.39 project (on PHP 8.3) on a shared hosting with cPanel access, and in the cron section, I have the following setting to run artisan schedule:run, but it isn't working. This was an ...
McRui's user avatar
  • 2,035
0 votes
0 answers
42 views

I have a serverless function running on Nextjs, hosted on Vercel. The database is hosted on Heroku. I use EasyCron as a provider for the cron jobs. Recently, there was an upgrade on the database and ...
Loïc Boset's user avatar
2 votes
1 answer
114 views

I have a bash script that turns off stdout and stderr when not run interactively (i.e. run from CRON). if [[ ! -t 0 && ! -t 1 ]]; then #echo "The script is not called ...
ballatom's user avatar
  • 209
2 votes
1 answer
59 views

My function app is a timer triggered app and uses this cron expression for scheduling. 10 */6 * * * On most days it runs fine, but looking at the trace logs in Application insights it does not run for ...
katie77's user avatar
  • 1,841
0 votes
1 answer
108 views

Sidekiq cron job runs multiple times only on the 15th of each month (same schedule works fine on the 1st) My config/sidekiq.yml, I am using the built-in Sidekiq scheduler. :concurrency: 5 :queues: - ...
Zia Ur Rehman's user avatar
0 votes
1 answer
111 views

below is a bash script that works fine tested in my terminal the sound is played but when it is actually ran in a cron scheduled task there is no sound only the dialog is shown #!/bin/bash export ...
k1dr0ck's user avatar
  • 1,273
2 votes
1 answer
109 views

I'am sending an e-mail via cron job. The attachment works and is added to the e-mail message. However the html part that is referenced with $body2 does not come through. The code looks like follows: $...
timholz's user avatar
  • 538

15 30 50 per page
1
2 3 4 5
1313