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 you click " start proof server" it nearly instantly says "Job Status: RUNNING". but that really means that the process to create a server is running NOT the server itself. IF the server itself is running then the "Current PROOF server info" should be available.
Another issue I'm running into every time is basically at some point we should be polling to see if the API from the started server is receiving input and responding b/c it's delayed even once your server gets a job on a node. THEN if a basic API call comes back successful, THEN we should say, "PROOF server is Running".
Just my 2 cents.
The text was updated successfully, but these errors were encountered:
Yeah, now my proof server appears to be running but yet I can't get a response on the other tab.
When you're using proof, the user, IMHO expects that if "it's running" then functions on all tabs should work. However that delay for the difference between the server running and the API actually working so all the tabs work, should be invisible to the user. Don't tell them it's working if the part of it that they care about is not yet working. ;)
When you click " start proof server" it nearly instantly says "Job Status: RUNNING". but that really means that the process to create a server is running NOT the server itself. IF the server itself is running then the "Current PROOF server info" should be available.
Another issue I'm running into every time is basically at some point we should be polling to see if the API from the started server is receiving input and responding b/c it's delayed even once your server gets a job on a node. THEN if a basic API call comes back successful, THEN we should say, "PROOF server is Running".
Just my 2 cents.
The text was updated successfully, but these errors were encountered: