-
Been requested by a few users, and I think is on internal roadmap. Opening this issue for people to follow.
https://api-docs.temporal.io/#temporal.api.schedule.v1.ScheduleSpec
-
* Normal logging does not need to mention: "Reviewing the 'Next Execution Times' and 'Upcoming Task Schedules'"
* Could just mention every 15 minutes instead.
* Do not output the "Calculating next…
-
### What's the use case?
Currently the only publicly supported method for scheduling is based on cron strings. This does not allow one to schedule runs at times of day with different hours/minutes,…
-
**Motivation: Why do you think this is important?**
Scheduler uses admin for sending workflow executions at the scheduled time.
But in case of admin being down currently we have a retry mechanism wh…
-
Two features would allow for custom scheduling inside a Bevy loop:
1. Pass `Schedule`s to `RenetServerPlugin` and `RenetClientPlugin` and pass it to plugin configurations to replace hardcoded `PreU…
-
Now, Schedule only has Running and Pause.
Business scenario:
we need have only run only once. How do i end schedule?
If use delete(), I'll lose my record.
what should I do?
-
**Describe the bug**
**`ReadManyTaskHelperAsync`** code has [suspicious Task.Run call](https://github.com/Azure/azure-cosmos-dotnet-v3/blob/5a28704392dfa3c74058c41566e9222694cab66e/Microsoft.Azure.Co…
-
**Describe the bug**
Each launch plan can be in one of two states.
- Archived
- Active
Admin exposes an api to toggle between these two states.
But in case a user launches an execution for a …
-
Error occurred when executing easy a1111Loader:
float() argument must be a string or a real number, not 'Tree'
File "/Users/powercen/Documents/ComfyUI/execution.py", line 151, in recursi…
-
Is there any way to get the execution time of the internal nodes of the Graph? Or is there any information indicating how CudaGraph schedules the nodes in it?