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
hc.status() returns a static value stored in the memory and doesn't make an API call. You'll need to refresh the object using HiveCommand.find(hc.id) or use hc.run() that will go into a loop until the command is finished.
Following the example here: hc.status() invariably gives a status of 'waiting', even if the server has finished the result.
Please can you advise as to how we resolve this?
The text was updated successfully, but these errors were encountered: