Skip to main content
0 votes
0 answers
14 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
-3 votes
0 answers
25 views

Me and my team are working on a RHEL virtual machine and we were wondering how to handle the same crontabs from multiple users. When one of the users does set a crontab no one but the user itself can ...
Nauel's user avatar
  • 516
0 votes
1 answer
42 views

I have 2 mount points df Filesystem 1K-blocks Used Available Use% Mounted on //my-source-address.org/folder 253956100 124456576 119499524 53% /mnt/source /dev/sdb ...
Andy McRae's user avatar
4 votes
1 answer
135 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,021
0 votes
0 answers
26 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
88 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
1 vote
1 answer
34 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,851
0 votes
1 answer
73 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
80 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,277
2 votes
1 answer
99 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
  • 520
-2 votes
1 answer
102 views

I've written a script to reboot my router every other day. It works as intended when I test it out manually but doesn't work properly in cron. #!/bin/bash c=$(ls -a /tmp | grep -o ".daycount*&...
Mike's user avatar
  • 7
0 votes
0 answers
82 views

I am working on a class-based plugin. I need a custom cron job that will be active when the plugin is active and run the plugin function. Now, I am facing an issue where it is not calling the plugin ...
Arun Giri's user avatar
1 vote
0 answers
30 views

I’m using Laravel 12 and I want to run a scheduled command every day at 07:00 UK (Europe/London) time, but my server is configured with UTC timezone. In my bootstrap/app.php I have and its working: $...
Ashwini Singh's user avatar
0 votes
0 answers
26 views

Currently the structure is like a single parent node and multi children nodes root: HQ (timezone: 'Asia/Seoul') children: Middle East Region (timezone: 'Asia/Riyadh'), North America Region (timezone: '...
Jinwoo Chung's user avatar
0 votes
1 answer
50 views

I am using SpringBoot 3.5, PostgreSQL and Hibernate/JPA as ORM. While using JSONB column from DB I am having this error. org.springframework.dao.InvalidDataAccessResourceUsageException: could not ...
Atul's user avatar
  • 3,457

15 30 50 per page
1
2 3 4 5
1315