-
The plugin defines 3 scheduled tasks:
```php
$tasks = [
[
'classname' => 'mod_certifygen\task\checkstatus',
'blocking' => 0,
'minute' => '0',
'hour' => '*…
-
Hi there,
First of all, it is a great family planner! well done
Are you planning to add scheduled google tasks ?
-
*PHP Version:* 8.2 | *Shopware Version:* 6.6.7.1 | *Affected area / extension:* Platform(Default)
----
*_Expected behaviour:_*
Execute Task without error.
*_Actual behaviour:_*
Task exit…
-
Hi @rosa,
I really appreciate the work you have done here and I am eager to switch over to solid_queue. There is only one thing left, which is holding me back.
Other gems like resque-scheduler or …
-
It would be cool to pause scheduled tasks, so I can keep the configuration but not have it keep scheduling the task.
Thanks!
-
I think when this function ran:
https://github.com/Norse-IoT/niotbot/blob/499261a55c719211966ec3e038792b42a882b838/modules/publish_manager.py#L40-L43
I got this error:
```
2024-10-02T16:00:0…
-
Show notifications for scheduled tasks
Bonus: Make the setting configurable to show the notification x minutes/hours from task.
-
### Requirements
- [X] Is this a bug report? For questions or discussions use https://lemmy.ml/c/lemmy_support
- [X] Did you check to see if this issue already exists?
- [X] Is this only a single bug…
-
### Apache Airflow version
2.9.1
### If "Other Airflow 2 version" selected, which one?
_No response_
### What happened?
After upgrading to 2.9.1, we find tasks are stuck at scheduled state after …
-
## **Description**
To enable scheduled tasks in our NestJS application deployed on Vercel, we need to utilize **Vercel Cron Jobs**. Since Vercel does not support native server-side cron functionality…