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

Bump Halibut to fix a polling tentacle cooperative cancellation issue causing request to time out to quickly #695

Conversation

nathanwoctopusdeploy
Copy link
Contributor

@nathanwoctopusdeploy nathanwoctopusdeploy commented Nov 27, 2023

Background

This PR bumps Halibut to fixe a bug in cooperative cancellation for Polling Requests which causes the transferring request to be cancelled after the PollingRequestQueueTimeout rather than waiting for the PollingRequestMaximumMessageProcessingTimeout

Additional integration tests have also been added to ensure this does not regress.

Related Fix a bug in cooperative cancellation for Polling Services causing a request to be cancelled before it should be

[sc-58429]

How to review this PR

Quality ✔️

Pre-requisites

  • I have read How we use GitHub Issues for help deciding when and where it's appropriate to make an issue.
  • I have considered informing or consulting the right people, according to the ownership map.
  • I have considered appropriate testing for my change.

@nathanwoctopusdeploy nathanwoctopusdeploy requested a review from a team as a code owner November 27, 2023 11:04
@nathanwoctopusdeploy nathanwoctopusdeploy changed the title Bump Halibut to fix a polling tentacle cooperative cancellation issue causing Request to time out to quickly Bump Halibut to fix a polling tentacle cooperative cancellation issue causing request to time out to quickly Nov 27, 2023
@@ -28,7 +28,7 @@
</Otherwise>
</Choose>
<ItemGroup>
<PackageReference Include="Halibut" Version="7.0.256" />
<PackageReference Include="Halibut" Version="7.0.270-pull-558" />
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO - Update when OctopusDeploy/Halibut#558 merges

Copy link
Contributor

@sburmanoctopus sburmanoctopus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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.

2 participants