Medium / medium-wordpress-plugin

The official WordPress plugin for cross-posting to Medium.
https://medium.com
Apache License 2.0
210 stars 40 forks source link

receiving a 5xx response causes a migration to halt #89

Closed huckphin closed 8 years ago

huckphin commented 8 years ago

if a 503 is returned from the API, the migration halts. A better failure mode is to retry, at increasingly longer intervals, for up to ten times before halting.

huckphin commented 8 years ago

Also, if a 502 is returned, it causes a migration to halt.