-
I'm running a node app with PM2 with cluster mode. I have set up my PM2 config to run 2 instances of the app and as a result, my scheduled cron jobs run twice (once per instance). Is there any way to …
-
Hi
```
Go to the project, click "Actions" in top menu bar, click "cron_job" and choose "Run workflow".
```
After setting all instructions, I cannot find cron_jobs in Actions. What did I miss?
-
## User Story or Problem Statement
With Jenkins going away at some point, we need to have an alternative. There are also some upcoming requirements for notifications to be sent using multiple differe…
-
Users have expressed the ability to run Python scripts on a frequency to potentially update a Quadratic sheet automatically.
For example: a data analyst creates a script that generates a data report…
-
We get regular requests from users to add support for pg_cron. I tell them that they can use our jobs / user defined functions capabilities instead and this has always worked well so far.
Can we add …
-
HI I am using the reusable templates and I am getting this error -
![image](https://github.com/user-attachments/assets/460b7346-6b11-4658-a15d-c3e8e66e5f15)
```
on:
workflow_call:
in…
-
## Problem
Cron failures in managed cloud do not report to the #help-p1 or #help-p2 channels, which means we're not aware of them unless issues are reported by the customer.
## Solution
**High-lev…
-
Currently cron jobs dump their output into the systemd journal, which means that any cron job can dump a large amount of data into the journal, which would make it harder for the sysadmin to read the …
pabs3 updated
1 month ago
-
> Ein Cron-Job (hier als Beispiel für die Ausführung alle 5 Minuten) wird wie folgt angelegt:
>
> ```
> $ crontab –e 5 * * * *
> $BASEDIR/scripts/cron/cron-php-runner.sh
> $BASEDIR/scripts/cr…
-
Hi, I wanted to start using `arq` cron functionality instead of crontab but realized that it's not possible (or I can't find how) to pass parameters to the function that I want to execute.
In cront…