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

binux / pyspider / 565
84%

Build:
DEFAULT BRANCH: master
Ran 28 Mar 2016 10:17PM UTC
Jobs 2
Files 75
Run time 1min
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
565

push

travis-ci

binux
add new event callback `on_finished`

`on_finished` callback
--------------------
You can override `on_finished` method in the project, the method would
be triggered when the task_queue goes to 0.

Example 1: when you starts a project to crawl a website with 100 pages,
        the `on_finished` callback will be fired when 100 pages success
        crawled or failed after retries.
Example 2: A project with `auto_recrawl` tasks will **NEVER**
        trigger the `on_finished` callback, because time queue will
        never become 0 when auto_recrawl tasks in it.
Example 3: A project with `@every` decorated method will trigger
        the `on_finished` callback every time when the new submitted
        tasks finished.

close #403

5021 of 5686 relevant lines covered (88.3%)

1.71 hits per line

Jobs
ID Job ID Ran Files Coverage
1 565.1 28 Mar 2016 10:18PM UTC 0
87.97
Travis Job 565.1
3 565.3 28 Mar 2016 10:17PM UTC 0
83.29
Travis Job 565.3
Source Files on build 565
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #565
  • 31940c9a on github
  • Prev Build on master (#564)
  • Next Build on master (#566)
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