Skip to content

scheduler: add disconnect and reschedule info to reconciler output #26255

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

tgross
Copy link
Member

@tgross tgross commented Jul 10, 2025

WIP

The DesiredUpdates struct that we send to the Read Eval API doesn't include information about disconnect/reconnect and rescheduling. Annotate the DesiredUpdates with this data, and adjust the eval status command to display only those fields that have non-zero values in order to make the output width manageable.

Ref: https://hashicorp.atlassian.net/browse/NMD-815

@tgross tgross added this to the 1.11.0 milestone Jul 10, 2025
@tgross tgross force-pushed the scheduler-more-reconciler-tgupdates branch from 3ab9e5f to dd27314 Compare July 10, 2025 19:46
@tgross tgross force-pushed the scheduler-more-reconciler-tgupdates branch from dd27314 to 6f94867 Compare July 10, 2025 20:06
@tgross tgross force-pushed the scheduler-more-reconciler-tgupdates branch from 6f94867 to 090e5c5 Compare July 10, 2025 20:43
@tgross tgross force-pushed the scheduler-more-reconciler-tgupdates branch from 090e5c5 to bacda8b Compare July 10, 2025 21:05
@tgross tgross force-pushed the scheduler-more-reconciler-tgupdates branch from bacda8b to 5be187b Compare July 11, 2025 13:35
@tgross tgross force-pushed the scheduler-more-reconciler-tgupdates branch from 53a611c to 860a167 Compare July 11, 2025 19:33
@tgross tgross force-pushed the scheduler-more-reconciler-tgupdates branch from 860a167 to 4a3ab7f Compare July 11, 2025 19:43
tgross added 3 commits July 11, 2025 16:00
The `DesiredUpdates` struct that we send to the Read Eval API doesn't include
information about disconnect/reconnect and rescheduling. Annotate the
`DesiredUpdates` with this data, and adjust the `eval status` command to display
only those fields that have non-zero values in order to make the output width
manageable.

Ref: https://hashicorp.atlassian.net/browse/NMD-815
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant