Changeset 52592 in webkit


Ignore:
Timestamp:
Dec 27, 2009 10:58:03 PM (14 years ago)
Author:
eric@webkit.org
Message:

2009-12-27 Adam Barth <abarth@webkit.org>

Reviewed by Eric Seidel.

[QueueStatusServer] Run gc cron job less often
https://bugs.webkit.org/show_bug.cgi?id=32958

Now that we've cleaned out the backlog of idle messages, we don't need
to run the gc job every half hour. We could also stop logging the idle
messages, but this seems easier for the time being.

  • QueueStatusServer/cron.yaml:
Location:
trunk/WebKitTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r52587 r52592  
     12009-12-27  Adam Barth  <abarth@webkit.org>
     2
     3        Reviewed by Eric Seidel.
     4
     5        [QueueStatusServer] Run gc cron job less often
     6        https://bugs.webkit.org/show_bug.cgi?id=32958
     7
     8        Now that we've cleaned out the backlog of idle messages, we don't need
     9        to run the gc job every half hour.  We could also stop logging the idle
     10        messages, but this seems easier for the time being.
     11
     12        * QueueStatusServer/cron.yaml:
     13
    1142009-12-27  Daniel Bates  <dbates@webkit.org>
    215
  • trunk/WebKitTools/QueueStatusServer/cron.yaml

    r52453 r52592  
    22- description: collect the garbage
    33  url: /gc
    4   schedule: every 30 minutes
     4  schedule: every 4 hours
Note: See TracChangeset for help on using the changeset viewer.