
noreply at github
Jul 9, 2010, 12:04 PM
Post #1 of 1
(310 views)
Permalink
|
|
[bricoleurs/bricolage] 8e8822: Add `Limit` parameter to `Bric::Util::Job->list()`...
|
|
Branch: refs/heads/master Home: http://github.com/bricoleurs/bricolage Commit: 8e8822b4a5533857ecd79e2bc7d681b7502a4af8 http://github.com/bricoleurs/bricolage/commit/8e8822b4a5533857ecd79e2bc7d681b7502a4af8 Author: David E. Wheeler <david [at] justatheory> Date: 2010-07-07 (Wed, 07 Jul 2010) Changed paths: M lib/Bric/Changes.pod M lib/Bric/Util/Job.pm M t/Bric/Util/Job/Dist/DevTest.pm M t/Bric/Util/Job/Pub/DevTest.pm Log Message: ----------- Add `Limit` parameter to `Bric::Util::Job->list()`. Commit: 02c5692bbe80163e4afd1717b9776b793b260fed http://github.com/bricoleurs/bricolage/commit/02c5692bbe80163e4afd1717b9776b793b260fed Author: David E. Wheeler <david [at] justatheory> Date: 2010-07-07 (Wed, 07 Jul 2010) Changed paths: M bin/bric_queued M lib/Bric/Changes.pod Log Message: ----------- Add the `--chunks` option to `bric_queued`. This is most useful for reducing the memory overhead when a lot of jobs are scheduled, as well as allowing for higher-priority jobs not to get caught behind a huge pileup of low-priority jobs. Commit: be51b951f192844df341c84675e0b1997625abdd http://github.com/bricoleurs/bricolage/commit/be51b951f192844df341c84675e0b1997625abdd Author: David E. Wheeler <david [at] justatheory> Date: 2010-07-07 (Wed, 07 Jul 2010) Changed paths: M contrib/start_scripts/freebsd M contrib/start_scripts/linux Log Message: ----------- Add `$DIST_CHUNKS` option to the start scripts. Commit: 8f802b052f5c4b94ac7eac792b00c46affd66999 http://github.com/bricoleurs/bricolage/commit/8f802b052f5c4b94ac7eac792b00c46affd66999 Author: David E. Wheeler <david [at] justatheory> Date: 2010-07-07 (Wed, 07 Jul 2010) Changed paths: M contrib/start_scripts/freebsd M contrib/start_scripts/linux Log Message: ----------- Oops, forgot backslashes. Commit: 9b73869e645743141c561c7a57283d8e414058c5 http://github.com/bricoleurs/bricolage/commit/9b73869e645743141c561c7a57283d8e414058c5 Author: David E. Wheeler <david [at] justatheory> Date: 2010-07-07 (Wed, 07 Jul 2010) Changed paths: M bin/bric_queued M lib/Bric/Changes.pod Log Message: ----------- Don't sleep if there are more jobs to run. Modify `bric_queued` so that it only sleeps for `--delay` seconds if it executed no jobs. Otherwise it immediately runs again, on the assumption that there will be more jobs that should be executed sooner rather than later. The upshot is that files will now be distributed much sooner after publishling. Commit: 497811aaf7b153bfed4bdcf8505432d2568889f7 http://github.com/bricoleurs/bricolage/commit/497811aaf7b153bfed4bdcf8505432d2568889f7 Author: David E. Wheeler <david [at] justatheory> Date: 2010-07-08 (Thu, 08 Jul 2010) Changed paths: M bin/bric_queued Log Message: ----------- Use `$Chunks`, if available, to repeat the queue. This prevents an extra query when `--chunks` is used in `bric_queued`. Commit: 6003b2217c3ed89264938cba01918bbe9e8f6a31 http://github.com/bricoleurs/bricolage/commit/6003b2217c3ed89264938cba01918bbe9e8f6a31 Author: David E. Wheeler <david [at] justatheory> Date: 2010-07-09 (Fri, 09 Jul 2010) Changed paths: M lib/Bric/Util/Trans/SFTP.pm Log Message: ----------- Fix typos. Thanks to Bret Dawson.
|