Skip to content

Conversation

@r4victor
Copy link
Collaborator

Closes #3171

The PR updates nebius backend to use the new API from nebius sdk 0.3.

resources.LOOP.await_(
op.update(per_retry_timeout=resources.REQUEST_TIMEOUT, metadata=resources.REQUEST_MD)
)
resources.LOOP.await_(op.update(per_retry_timeout=resources.REQUEST_TIMEOUT))
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@jvstme, op.update does not accept auth_options so not sure if it needs any. Do you know of any issues it may cause?

Copy link
Collaborator

Choose a reason for hiding this comment

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

not sure if it needs any

I think it does and it's worth reporting to the maintainer that the parameter is missing.

Operation.update calls OperationServiceClient.get, which does accept auth_options.

Do you know of any issues it may cause?

I'd expect the method call to block for 15 minutes if the credentials are invalid and auth_options is missing. For example, this can happen if the service account key expires right before we attempt the call

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Thanks for confirmation. Filed a nebius issue.

@r4victor r4victor requested a review from jvstme October 24, 2025 16:01
Copy link
Collaborator

@jvstme jvstme left a comment

Choose a reason for hiding this comment

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

It may be worth waiting until the issue from this comment is resolved in the SDK. They usually resolve issues very quickly

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.

[Bug]: nebius backend does not work with nebius sdk 0.2.73

2 participants