Skip to content

Catch HypernodeApiServerException in brancher polling - #199

Merged
poespas merged 3 commits into
masterfrom
catch-server-exceptions-brancher-logbook
Jul 30, 2026
Merged

Catch HypernodeApiServerException in brancher polling#199
poespas merged 3 commits into
masterfrom
catch-server-exceptions-brancher-logbook

Conversation

@poespas

@poespaspoespas commented Jul 21, 2026

Copy link
Copy Markdown
Collaborator

The logbook polling loop in BrancherHypernodeManager only caught HypernodeApiClientException (4xx), meaning 5xx server errors from the API would bubble up as uncaught exceptions and kill the deploy. this widens the catch to also handle HypernodeApiServerException, same for DeployRunner's brancher provisioning block

Comment threadsrc/Brancher/BrancherHypernodeManager.php Outdated
@poespas
poespas merged commit 2076293 into masterJul 30, 2026
14 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@poespas@tdgroot