Skip to content

Conversation

wtfzdotnet
Copy link
Member

Instead of waiting and retrying after a few seconds when we reach a 500 error, when this commit gets merged the script will always wait the ideal amount of time by using the Retry-After header.

- Requires PHP 5.3.2 as the bare minimum from now on!
- Implements http://tools.ietf.org/html/rfc6585#section-4 as I've suggested to TMDB.

Instead of waiting and retrying after a few seconds when we reach a 500 error, when this commit gets merged the script will always wait the ideal amount of time by using the Retry-After header.
@wtfzdotnet wtfzdotnet added this to the v1.1.0 milestone Mar 25, 2014
@wtfzdotnet wtfzdotnet self-assigned this Mar 26, 2014
@wtfzdotnet wtfzdotnet modified the milestones: v1.1.0, Freezer Mar 26, 2014
…information provided by TMDB, fixes #21.

X-RateLimit-Limit: 30
X-RateLimit-Remaining: 18
X-RateLimit-Reset: 1394060670
@wtfzdotnet wtfzdotnet modified the milestones: v1.1.1, Freezer, v1.1.2 Apr 5, 2014
@wtfzdotnet
Copy link
Member Author

As this still hasn't been handled by TMDB and this PR is way out of date, I'll just close it instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant