Skip to content
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

gimlet-seq-server: start driving fault pin. #1556

Merged
merged 1 commit into from
Nov 3, 2023
Merged

Conversation

cbiffle
Copy link
Collaborator

@cbiffle cbiffle commented Nov 2, 2023

This pulls the fault pin low (active) shortly after the sequencer task first runs, and then sets it high (inactive) only once we get up to the IPC loop.

Failures in the sequencer startup tend to cause panics, which will have the effect of holding the pin low as the task is repeatedly restarted. This also means we will be able to externally observe any other restart of the task.

@cbiffle cbiffle requested a review from mkeeter November 2, 2023 20:02
This pulls the fault pin low (active) shortly after the sequencer task
first runs, and then sets it high (inactive) only once we get up to the
IPC loop.

Failures in the sequencer startup tend to cause panics, which will have
the effect of holding the pin low as the task is repeatedly restarted.
This also means we will be able to externally observe any other restart
of the task.
@cbiffle cbiffle force-pushed the gimlet-sequencer-fault branch from c773c6d to 329643e Compare November 3, 2023 17:28
@cbiffle cbiffle enabled auto-merge (rebase) November 3, 2023 17:37
@cbiffle cbiffle merged commit 72184cb into master Nov 3, 2023
71 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants