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

celery / celery / 1710
19%

Build:
DEFAULT BRANCH: master
Ran 14 Mar 2014 02:29PM UTC
Jobs 2
Files 238
Run time –
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
1710

push

travis-ci

Ask Solem
Ability to use one log file per child process using format keys %i/%I

Starting from 3.2 there will be one log file per process, but that would be
useful even in this verison and is very hard to accomplish by configuration,
so this patch introduces a new format specifier for the logfile name.

Note that the numbers will stay within the process limit even if processes exit or
if autoscale/maxtasksperchild/time limits are used.  I.e. the number is the
*process index* not the process count or pid.

The new format specifiers are:

* ``%i`` -  Pool process index or 0 if MainProcess.

    With ``-n worker1@example.com -c2 -f %n-%i.log`` this will result in
    three logfiles:

        - ``worker1-0.log`` (main process)
        - ``worker1-1.log`` (pool process 1)
        - ``worker1-2.log`` (pool process 2)

* ``%I`` -  Pool process index with separator.

    With ``-n worker1@example.com -c2 -f %n%i.log` this will result in
    three logfiles:

        - ``worker1.log`` (main process)
        - ``worker1-1.log`` (pool process 1)
        - ``worker1-2.log`` (pool process 2)

27808 of 30281 relevant lines covered (91.83%)

1.83 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1710.1 14 Mar 2014 02:29PM UTC 0
91.8
Travis Job 1710.1
4 1710.4 14 Mar 2014 02:32PM UTC 0
91.34
Travis Job 1710.4
Source Files on build 1710
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1710
  • 3eafba5a on github
  • Prev Build on master (#1707)
  • Next Build on master (#1713)
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