Skip to content

fix(jenkins): respect context when fetching builds#277

Open
tlkamp wants to merge 1 commit intobndr:masterfrom
tlkamp:respect_contexts
Open

fix(jenkins): respect context when fetching builds#277
tlkamp wants to merge 1 commit intobndr:masterfrom
tlkamp:respect_contexts

Conversation

@tlkamp
Copy link

@tlkamp tlkamp commented Apr 9, 2022

The GetBuildFromQueueID function previously polled forever and did not monitor the context for
cancellation. This caused infinite blocking problems when Jenkins was "preparing for
shutdown"/"quieting down". The contexts can now be cancelled so that the function no longer blocks
forever.

The GetBuildFromQueueID function previously polled forever and did not monitor the context for
cancellation. This caused infinite blocking problems when Jenkins was "preparing for
shutdown"/"quieting down". The contexts can now be cancelled so that the function no longer blocks
forever.
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.

1 participant