-
-
Source - #27
The Problem - In the absence of an automated task scheduler like cron, essential tasks that need to run periodically, such as data pulls and backups, log file rotations, or system he…
-
Hi,
I'm trying to do something like this
```ts
const task = cron.schedule("*/2 * * * *", async () => {
const fee_accounts = await getFeeAccounts();
fee_accounts.forEach((feeAccou…
-
-
Hi,
thank you for providing your setup and images. I got all up and running. Even extended the setup with roundcubemail behind traefik. It works great until the first sync of mbsync finished. After…
-
Jul 25 11:31:11 canary-big-now cron[7045]: (CRON) DEATH (can't open or create /var/run/crond.pid: Permission denied)
Jul 25 11:31:19 canary-big-now cron[7051]: (CRON) DEATH (can't lock /var/run/crond…
-
**Describe the bug**
When a store admin creates a backend order for a customer and selects Mollie Paylink as the payment option (with or without specifying a particular payment method), the order sta…
-
Escenario:
- Estudiante solicita un certificado con modelo de validación CSV.
- Se realiza la llamada al WS y se obtiene respuesta sin errores del WS.
- En la base de datos tenemos los datos de aba…
-
I'm unable to stop pg_cron scheduler, even after I drop the extension. I also tried to restart the cluster and whole postgres service, but the scheduler is still running.
This is an issue, because …
-
We upgraded `sidekiq-cron` to version `2.0.0` from `1.12.0`, and noticed that at Sidekiq's startup, it performs a blocking `KEYS cron_jobs:*` command. This command takes over 5 seconds on large Redis …