Fix exception when the Swarming server is rapidly updated.

Rapid server upgrade causes a race condition where the swarming_bot version
requested to update to by the server may not exists at the time of downloading
the actual code. Simply poll again, which will then forward to the new version
that is valid.

R=vadimsh@chromium.org
BUG=

Review URL: https://codereview.appspot.com/217730043
2 files changed