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

Debug deploy_model potential race #153

Open
eric-anderson opened this issue Nov 8, 2023 · 0 comments
Open

Debug deploy_model potential race #153

eric-anderson opened this issue Nov 8, 2023 · 0 comments

Comments

@eric-anderson
Copy link
Collaborator

When running aryn-opensearch.sh:deploy_model() we wait for the task to complete, however, the log message in opensearch that the model has been deployed shows up after the wait_task function returns.

Figure out if either:

  1. The log messages are delayed and the task is properly finishing
  2. We are waiting on the wrong task ID and there is a race on getting the model deployed that is won by opensearch because making the query via the UI is slow.
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

No branches or pull requests

1 participant