* Workers shut down if they have > 20s to next execution slot, and start up if there is < 10s to their next execution slot. This can save a lot of memory for task that don't run very often.
1.0.4
~~~~~~~~~~~~~~~~~~
* Fixed ordering of `LogItem` by default. This will fix the ordering in the iommi admin.
1.0.3
~~~~~~~~~~~~~~~~~~
- Cut length of name+function columns for mysql users (fixes 1)
1.0.2
~~~~~~~~~~~~~~~~~~
- Added missing `scheduled_task` - Fixed iommi admin config - Fixed bug where very rarely the last log message wasn't properly forwarded to the run view (it was still logged to the DB though)