Skip to content

Conversation

@jinensetpal
Copy link
Contributor

  • fixed incorrect function call

If the DH LS instance shuts down due to inactivity but the client variable persists, the client does not retry queries until the instance is back online. This changes overrides the request mechanism to make requests tenacious.

@jinensetpal jinensetpal requested a review from kbolashev January 8, 2025 17:49
@jinensetpal jinensetpal self-assigned this Jan 8, 2025
@dagshub
Copy link

dagshub bot commented Jan 8, 2025

@jinensetpal
Copy link
Contributor Author

Found a bug fixing now

@kbolashev
Copy link
Member

Another design, after talk with Guy (implement myself), that won't force us to fix it after every new version:

  • Wrap all callables/properties with a call to a "is workspace alive" endpoint
  • make sure only the top-level stack call is doing that
  • Have a global throttle so the "is workplace alive" check is run only once every x seconds

@kbolashev kbolashev changed the base branch from master to main July 20, 2025 08:17
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.

3 participants