Results for cron
I am trying to run a cron job to execute a PHP script. The command for the cron I am trying to execute is /usr/local/bin/php -q /home/domain/public_ht...
I have a python (Django) web app running on Azure App Service. Despite everything I tried from other SO threads, I can't figure out how to have the en...
So 2 of my docker containers for this project are a Python image running a Scrapy project and a Postgres image. docker-compose.yml version: '3.8' serv...
I have a cron job which edits a googlesheet using functions range_clear and sheet_write from the googlesheets4 package. Here is how i set up the permi...
I'm using the cron-parser library in Node.js to handle cron scheduling in my application. I have a requirement where I need to set up a cron job that ...
I am using Next 13 app dir. I have a route.ts file: app/api/cron/set-completed-goals/route.ts import { prisma } from '@/lib/prisma'; import { NextResp...
How to trigger www-data php script from cron of root user ? After running Nextcloud from docker image cron job is not working: cron job seems not to b...
For example, I have a task that runs every 1 minute and starts at 8:00, it will be executed at 8:01, 8:02, 8:03, etc. But when the execution at 8:01 e...
I am building a nestJs application, with scheduling and configuration. I want to be able to configure my Cron with my environment variable but it does...
I want to have a cron job that executes every 00:10 am according to online validators this is the correct expression "0 0/10 0/00 ? * * *" but it has ...
I have a web application written in asp. Net mvc core 2.2. O need to run a schedule job every day at 3:00 Am. What is the best way to do it? I tried ...
I want to add cron job dynamically once user install a php application on their server, like admin configuration, I need to set cron job dynamically o...
I am sorry if its basics but I did not find any answers on the Internet comparing these two technologies. How should I decide when to use which as bot...
I need to schedule a cron job to run at 3:00 PM on the first Thursday of every month. How can I do this? I have read another topic similar to this, bu...
I teach Cybersecurity at a university and am writing a lab on Netcat and reverse shells. I have created a cron job that runs a script that connects to...
Python script with Selenium and Chromedriver in headless mode on CentOS7 runs fine when called manually. options = webdriver.ChromeOptions() options....
I'm trying to create a cron job that runs a controller method with the whenever gem but i'm having trouble. I'm getting bundler: not executable: ...
I have a cron job that i want to run every second minute of every hour.before i would just run it every minute like * * * * * /var/www/html/cron.php ...
I am running "cron" in a docker container. Every day a script is executed. The output of this script I would like to see via "docker logs " The pr...
How do you write a cron job which immediately run, then run on every hour divisible by 4? Say I started the script at 13:25, the job fires up right aw...
I create a cron job on laravel 5.3 by editing app\Console\Kernel.php like this : namespace App\Console; use Illuminate\Console\Scheduling\Schedule...
I've seen conflicting recommendations. From the eff.org docs: if you're setting up a cron or systemd job, we recommend running it twice per day......
I am trying to run a cronjob inside a docker container that invokes a shell script. Yesterday I have been searching all over the web and stack overflo...
I need to run a CRON job every 10 seconds from started time. In Linux how to run a CRON job on every 10 seconds from the time its started? I am try...
Is there a way of setting up a cronjob for a specific timezone? My shared hosting is in USA (Virginia) and I am in UK. If I set a cron job to be exec...
How do I undo the most recent local commits in Git?
How can I remove a specific item from an array in JavaScript?
How do I delete a Git branch locally and remotely?
How can I find all files containing a specific text (string) on Linux?
How to find all files containing specific text (string) on Linux?
How do I revert a Git repository to a previous commit?
How do I create an HTML button that acts like a link?
How do I check out a remote Git branch?