Commit Graph

4 Commits

Author SHA1 Message Date
R. Tyler Croy a97996c885 Refactor RedisQueue into Java with additional minor updates
Some logging items were previously missed and the status code 429 as a
retryable error has been added in this commit
2015-04-06 10:06:47 -07:00
Giri Dandu 871edc668e Update after code review comments
- Let client specify the full content type and take default value if the content type
   is null
 - Fixes #7
2015-03-25 12:06:34 -04:00
Giri Dandu 9920b2acdd Allow whoas clients to specify the content type param for each hook request
- Fixes #7
2015-03-25 10:34:39 -04:00
R. Tyler Croy 3b85e6a3e6 Add the whoas.Publisher class for actually executing the HookRequests with retry/backoff
This has technically been tested against a local Sinatra application, but I've
not added automated integration tests yet (which I should) to validate that it
actually makes the requests it's supposed to
2014-12-31 10:51:32 -08:00