log piecrust/baking/worker.py @ 868:8d25f76fce98

age author description
Mon, 12 Jun 2017 22:22:19 -0700 Ludovic Chabant bake: Add ability to specify pipelines to exclude during the bake.
Sun, 04 Jun 2017 23:34:28 -0700 Ludovic Chabant core: Keep refactoring, this time to prepare for generator sources.
Sun, 21 May 2017 00:06:59 -0700 Ludovic Chabant core: Continue PieCrust3 refactor, simplify pages.
Wed, 17 May 2017 00:11:48 -0700 Ludovic Chabant core: Start of the big refactor for PieCrust 3.0.
Mon, 02 Jan 2017 16:30:57 -0500 Ben Artin bake: Don?t swallow generic errors during baking
Sun, 29 May 2016 20:15:30 -0700 Ludovic Chabant bake: Add the timestamp of the page to each record entry.
Thu, 26 May 2016 19:52:47 -0700 Ludovic Chabant bake: Replace hard-coded taxonomy support with "generator" system.
Sat, 16 Apr 2016 22:50:07 -0700 Ludovic Chabant bake: Some more optimizations.
Wed, 23 Mar 2016 10:54:03 -0700 Ludovic Chabant bake: Add stat about aborted jobs
Mon, 21 Mar 2016 22:28:57 -0700 Ludovic Chabant bake: Use standard pickle and queue for now to fix some small issues.
Mon, 21 Mar 2016 19:16:54 -0700 Ludovic Chabant bake: Fix a crash when a rendering error occurs.
Mon, 14 Mar 2016 08:26:14 -0700 Ludovic Chabant bake: Change `show-timers` to `show-stats`, add stats.
Thu, 03 Mar 2016 08:22:41 -0800 Ludovic Chabant internal: Get rid of the whole "sub cache" business.
Tue, 01 Mar 2016 22:27:28 -0800 Ludovic Chabant themes: Add support for a `--theme` argument to `chef`.
Sun, 19 Jul 2015 17:01:38 -0700 Ludovic Chabant bake: Set the worker ID in the configuration. It's useful.
Tue, 14 Jul 2015 23:13:16 -0700 Ludovic Chabant bug: Correctly setup the environment/app for bake workers.
Sat, 11 Jul 2015 23:51:02 -0700 Ludovic Chabant bake: Pass the config variants and values from the CLI to the baker.
Wed, 08 Jul 2015 22:51:29 -0700 Ludovic Chabant bake: Abort "render first" jobs if we start using other pages.
Tue, 07 Jul 2015 20:19:54 -0700 Ludovic Chabant bake: Don't pass the previous record entries to the workers.
Mon, 06 Jul 2015 21:30:49 -0700 Ludovic Chabant bake: Optimize the bake by not using custom classes for passing info.
Sun, 05 Jul 2015 00:09:41 -0700 Ludovic Chabant bake: Commonize worker pool code between html and asset baking.
Sun, 28 Jun 2015 14:52:37 -0700 Ludovic Chabant internal: Remove unnecessary import.
Sun, 28 Jun 2015 08:22:39 -0700 Ludovic Chabant performance: Refactor how data is managed to reduce copying.
Sat, 27 Jun 2015 08:27:35 -0700 Ludovic Chabant internal: Create full route metadata in one place.
Fri, 26 Jun 2015 09:49:29 -0700 Ludovic Chabant performance: Quick and dirty profiling support for bake workers.
Thu, 25 Jun 2015 14:51:37 -0700 Ludovic Chabant bake: Pass the sub-cache directory to the bake workers.
Sat, 20 Jun 2015 23:54:57 -0700 Ludovic Chabant internal: Remove unnecessary code.
Sat, 20 Jun 2015 23:27:39 -0700 Ludovic Chabant bake: Improve performance timers reports.
Sat, 20 Jun 2015 19:23:16 -0700 Ludovic Chabant bake: Improve bake record information.
Fri, 12 Jun 2015 17:09:19 -0700 Ludovic Chabant bake: Enable multiprocess baking.