-
I used to use chilipie kiosk, that rebooted the pi every day at 3am to prevent memory leaks and other issues from eventually causing problems. An option to automatically reboot the pi regularly would …
-
cron job failed on moodle 4 with debug message below
Execute scheduled task: [Cron](https://moodle.org/mod/glossary/showentry.php?eid=6775&displayformat=dictionary) task for flashcard (mod_flashcard…
-
It would be quite nice to be able to have a method that allows you to change the schedule of a job based on a`Uuid` and a new cron schedule.
I can imagine a UI something like so:
```rs
let mut…
-
# Summary
What change needs making?
Implement a circuit breaker for cron workflows. For example, if a workflow has had multiple failures in a row, pause the workflow automatically. Or pause the …
-
I have a problem with schedulers using timezones. They are using FixedOffset instead of Timezone, this causes to continue applying the same FixedOffset even when the timezone date is updated to Summer…
-
**Is your feature request related to a problem? Please describe.**
As a bosh operator, in order to reclaim space on ephemeral thin-provisioned disk, I need bosh to support specifying the mount opti…
-
### Dagster version
1.7.7
### What's the issue?
Hello,
We have a Dagster DBT PostgreSQL database that stores all the metadata related to our jobs, schedules, assets, etc. Recently, we updated so…
-
## Summary:
Despite significant advancements in blockchain technology, native support for scheduling and executing functions at specific time intervals, including both one-time and repeating events, …
-
### Describe the feature
Secrets Manager and CloudFormation support using a cron schedule expression for secret rotation:
* https://docs.aws.amazon.com/secretsmanager/latest/userguide/rotate-secre…
-
Is it possible to have a cron expression with a time zone other than UTC?
```
schedule = {
schedule_type = "cron"
cron_expression = "0 20 0 * * ? Europe/ Paris"
}
```