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
This only exits if it times out or buildindex succeeds. There are other exit codes from the status check right? This should report whatever the exit code is, with a brief explanation (example: exit code 3, there's another job still running).
Also 300*5 isn't much time for production size indexes, not sure if it even makes sense to include a timeout here.
This only exits if it times out or buildindex succeeds. There are other exit codes from the status check right? This should report whatever the exit code is, with a brief explanation (example: exit code 3, there's another job still running).
Also 300*5 isn't much time for production size indexes, not sure if it even makes sense to include a timeout here.