-
Good day! I really ask for help! My environment is Jruby 9.4.8\Rails 7.0.8. Gem has been successfully installed and launched. All necessary tables in the database have been created and, judging by the…
-
Changing cron schedule through API (or terraform provider) is resetting the num of service replicas to 1. The weird thing is that Railway allows us to set the num of replicas to 2 back again after the…
-
**Is your feature request related to a problem? Please describe.**
When you want to run a schedule periodically, independent of the service start time, but not have minions all fire at the same time.…
-
With the given cron string the job will be scheduled at every 0,3,6,9 etc minute. This is just wrong as it should be scheduled on 1,4,7,10.
Here is a simple script to see how wrong it is:
```
var…
-
### Feature Request / Improvement
Current implementation of maintenance operations scheduling provides several options:
- commit count
- data file count
- data file size
- positional delete file …
-
If seconds are not also specified, the task is not launched, so it is not true that seconds are optional.
Working version below
`
cron.schedule('0 11 23 * * *', () => {
console.log('Launch ta…
-
https://developer.wordpress.org/reference/functions/wp_schedule_single_event/
https://developer.wordpress.org/reference/functions/wp_schedule_event/
Both can declare hooks that will be called. The…
-
**Description**
There is a file named **cron_currency_rates.php** which is used for updating currency exchange rates. However it does that for all shops.
To execute this cron or not is possibl…
-
Hi isoos! Thx for this great package and I have some question about it.
Can this package support os side cron schedule? For example, I have a task to do and I turned on notification with cron, then…
-
The current approach of using [block intervals](https://ponder.sh/docs/block-intervals) to simulate cron-like scheduling assumes that blocks are consistently produced (cit. "run at a consistent freque…