lumoslabs / txgh

A library for automatically syncing translation resources between Github and Transifex.
1 stars 1 forks source link

Queue error handling #58

Closed camertron closed 8 years ago

camertron commented 8 years ago

The error handlers each handle a specific class of errors and decide how to respond. Possible responses are:

  1. Retry without delay
  2. Retry with delay
  3. Fail
  4. Ok (everything's cool)

@lumoslabs/platform

camertron commented 8 years ago

How does this look now, @zvkemp?