You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The log messages are delayed and the task is properly finishing
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.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: