• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

cogniteev / backache / 50
97%

Build:
DEFAULT BRANCH: master
Ran 07 Oct 2015 01:02PM UTC
Jobs 1
Files 7
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
50

Pull #4

travis-ci

tristan0x
Error handling implementation

Update operation tasks API when used with Celery:

* They can now have `kwargs` arguments.
* Operations are given a context that now provides 2 additional methods:
  * `retry`: to retry the task later. Optional arguments can be specified:
    * countdown: to retry the task later
    * **kwargs: `kwargs` that will be given to the retried task.
  * `quarantine`: to move the task in a dedicated queue for further
    investigation by humans.

Those 2 methods raise custom exceptions known by backache.
Now, if an operation task raises something else than
`ProcessingRetryException` then the task is evicted and quarantined.
Pull Request #4: Feat/error handling

63 of 63 new or added lines in 3 files covered. (100.0%)

371 of 387 relevant lines covered (95.87%)

0.96 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
100.0
backache/antioxidant.py
Jobs
ID Job ID Ran Files Coverage
1 50.1 (TRAVIS_CI_BUILD=true) 07 Oct 2015 01:02PM UTC 0
95.87
Travis Job 50.1
Source Files on build 50
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #50
  • Pull Request #4
  • PR Base - master (#44)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc