add time skipping to (both chasm-based and wf-based) schedules - #11756
Closed
feiyang3cat wants to merge 3 commits into
Closed
add time skipping to (both chasm-based and wf-based) schedules#11756feiyang3cat wants to merge 3 commits into
feiyang3cat wants to merge 3 commits into
Conversation
feiyang3cat
commented
Aug 24, 2026
| @@ -351,6 +354,31 @@ func (s *Scheduler) LifecycleState(ctx chasm.Context) chasm.LifecycleState { | |||
| return chasm.LifecycleStateRunning | |||
| } | |||
|
|
|||
Contributor
Author
There was a problem hiding this comment.
by default:
time-skipping provided by the chasm framework scans the whole component tree for valid timer tasks to skip
- IsExecutionSkippable can be a harness of this behavior
- a stronger harness is to override the default timer-picking behavior and add specific logic for schedules
feiyang3cat
force-pushed
the
fx/vts-schedule
branch
from
August 24, 2026 19:14
c01f5f6 to
39a6139
Compare
feiyang3cat
force-pushed
the
fx/vts-schedule
branch
from
August 24, 2026 20:38
c4d2db7 to
82fb470
Compare
5 tasks
5 tasks
Contributor
Author
|
Superseded by #11761, which uses the upstream |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed?
add time skipping to schedules (CHASM-based and workflow-based)
Stack
How did you test it?