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

Added retries when HMC returns busy (HTTP 409) #1742

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

andy-maier
Copy link
Member

No description provided.

@andy-maier andy-maier self-assigned this Jan 22, 2025
@coveralls
Copy link
Collaborator

coveralls commented Jan 22, 2025

Coverage Status

coverage: 81.208% (-0.1%) from 81.355%
when pulling d08f5fa on andy/fix-busy-error
into 2ef1dcc on master.

…delete

Details:

* Added support for retries of the HMC operation in Session.post() and
  Session.delete() when the HTTP request returns HTTP status 409 with
  reason 1, 2, 3, or 6. By default, no retries are performed.
  zhmcclient methods using Session.post()/delete() can specify retries
  if needed. The waiting time between retries can also be specified.

* Added busy retries to PartitionLink.update_properties() and delete().

Signed-off-by: Andreas Maier <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants