Files
notifications-api/app
Leo Hemsted 542f08d0b5 refactor exception handling code in job tasks code
it's almost entirely duplicated so share it across.

also clean up retrying - `task.retry(...)` raises a
celery.exceptions.Retry object, so you do not need to `raise` its
response. additionally, cleaned up tests around that since raising
Exception and asserting Exception is raised is dangerous as it could
mask actual programming errors
2017-01-24 12:22:31 +00:00
..
2017-01-09 16:37:58 +00:00
2017-01-13 10:24:13 +00:00
2017-01-13 10:24:13 +00:00
2017-01-13 10:24:13 +00:00
2016-08-23 12:05:47 +01:00
2016-08-05 10:44:43 +01:00
2016-12-13 10:57:01 +00:00