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

Remove incorrect consumer timeout #4384

Merged
merged 1 commit into from
Sep 19, 2024
Merged

Conversation

ogenstad
Copy link
Contributor

Removes the x-consumer-timeout property on the queue, it was supposed to be set to 30 minutes (which is also the default) and was set to 30 seconds which caused problems for any task on the Git agent that took longer than 30 seconds to complete.

Also upgrades RabbitMQ to the latest patch version on the 3.13 version. This is mainly to ensure that the container is swapped out during the upgrade so that end users don't need to care about changing anything themselves.

Fixes #4308

@ogenstad ogenstad added the type/bug Something isn't working as expected label Sep 19, 2024
@github-actions github-actions bot added the group/backend Issue related to the backend (API Server, Git Agent) label Sep 19, 2024
@ogenstad ogenstad marked this pull request as ready for review September 19, 2024 13:58
@ogenstad ogenstad merged commit ac82d3f into stable Sep 19, 2024
46 checks passed
@ogenstad ogenstad deleted the pog-consumer-timeout-IFC-683 branch September 19, 2024 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
group/backend Issue related to the backend (API Server, Git Agent) type/bug Something isn't working as expected
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants