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
Currently, the Pilot polls every second for about 100 times for the job result.
The pilot should use some back off algorithm to reduce the number requests after some time.
Additionally, the pilot should be able to wait longer for a result.