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
What version of chef/knife are you using? Older versions didn't retry, but the newer versions should, as you pointed out above.
I agree that the polling is too frequent. I'm going to back that off, maybe to 1 sec. When version 2.0 of push server is released we can switch to using the SSE feed and stop the polling entirely.
I am having issues with running push jobs. Currently, most of the times I start a job it winds up timing out while checking the status. The status seems to be polled more frequently than need be:
https://github.com/chef/knife-push/blob/master/lib/chef/knife/job_start.rb#L98
Is there some way to make knife-push retry when met with a gateway timeout?
The text was updated successfully, but these errors were encountered: