Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
1 answer
90 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,263
0 votes
1 answer
83 views

I want to run my custom cron job, and I don’t know why it’s not registered or running. In the database, I don’t see it registered—there’s no record of it. In the log files, I don’t see any log ...
0 votes
0 answers
29 views

I am trying implementing django crontab into my django project. Everything works fine except logging, in the docker container folder with logging does not exist. My settings INSTALLED_APPS = [ '...
0 votes
2 answers
120 views

I've got the following 3 lines at the top of my crontab (created with crontab -e) on a system where I'm not a superuser: SHELL=/usr/bin/bash HOME=/mycluster/home/mygroup/myuser PATH=$HOME/miniconda3/...
0 votes
1 answer
659 views

We're running an up-to-date Moodle environment (version 4.5) and the scheduled task "Cleanup old sessions" (\core\task\session_cleanup_task) keeps failing. Specifically, it is the call to: \...
0 votes
1 answer
80 views

I have a model that contains the following field class EventConfig(models.Model): end_date = models.DateTimeField(blank=True, null=True) I have celery installed that's sending periodic emails and ...
0 votes
1 answer
136 views

I want to do the web-scrapping schedule task every day at 11:00pm in the cloud. The process is scrapping to a Google Spreadsheet in my Gmail account. A simple way is to use GitHub Actions. But I fail ...
0 votes
1 answer
1k views

I have a snowflake task that i want to execute it 6 time in a day, for everyday. I want to run on below mentioned time 8.30 pm cst 12.30 am cst 3.30 am cst 7.30 am cst 9.30 am cst 12.30 pm cst Will ...
1 vote
2 answers
93 views

I want to schedule a job (Task1) to be run every 5 seconds. I have the following code: class Kernel extends ConsoleKernel { protected function schedule(Schedule $schedule) { $schedule-&...
0 votes
1 answer
56 views

Setup: I have a custom post type ('place') that have a meta field: 'highlight' (DateTime) which is the time that the highlight feature expires. Goal: Once the highlight time has passed (expiry < ...
0 votes
0 answers
59 views

I have a node js controller const calculateInitialStartTime = ( startDate, frequency, timeOfDay, dayOfWeek, dayOfMonth ) => { let initialStart = new Date(startDate); if (timeOfDay) { ...
Jdavydz's user avatar
  • 21
0 votes
1 answer
371 views

Moodle 4.1.4, MSSQL, PHP 8.1 The scheduled task, \mod_assign\task\cron_task, keeps failing because it is trying to read an assignment that isn't there (I think). The full error message is: Execute ...
Pob808's user avatar
  • 3
1 vote
0 answers
156 views

I have develop small Spring boot Multi-tenant SAAS application refer https://github.com/mahaveer3103/multi-tenant-springboot, now i want to schedule some tasks for every tenant like to check password ...
0 votes
2 answers
690 views

I am working on a Laravel project and have created a command with signature 'process:pending-reports'. When I run this using: php artisan process:pending-reports, it does the needful i.e. the script ...
0 votes
0 answers
88 views

I'm encountering a django.core.exceptions.ImproperlyConfigured error in my Django project. When I check the cron.log file using tail -f /var/log/cron.log, I see the following error message: File "...

15 30 50 per page
1
2 3 4 5
...
63

AltStyle によって変換されたページ (->オリジナル) /