Skip to content

Commit

Permalink
changes retries_remaining to tries
Browse files Browse the repository at this point in the history
  • Loading branch information
Reed Allman committed Jun 15, 2015
1 parent e072cc1 commit a3d5fee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mq/3/reference/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -689,15 +689,15 @@ Response:
{
"name": "first"
"retries_remaining": 2,
"retries_total": 6,
"tries": 1,
"status_code": 200,
"url": "http://mysterious-brook-1807.herokuapp.com/ironmq_push_2",
"last_try_at": "2014-07-30T15:45:03Z"
},
{
"name": "other"
"retries_remaining": 2,
"retries_total": 6,
"tries": 6,
"status_code": 200,
"url": "http://this.host.is/not/exist",
"last_try_at": "2014-07-30T15:44:29Z"
Expand Down

0 comments on commit a3d5fee

Please sign in to comment.