Skip to content

Upgrade Huey to the latest release.

Boros Gábor requested to merge smarnach/update-huey into master

Created by: smarnach

This makes sure we get a fix for a race condition that caused the scheduler thread to silently die every now and then, resulting in no periodic tasks being scheduled anymore.

The new version of Huey is installed on stage, and everything looks fine. For testing, take a look at the stage instance manager, in particular the log files of the periodic scheduler and the workers, to see if you notice any issues.

Huey releases don't include any release notes, so I went through all commits between the 1.1.2 and 1.2.1 releases to check for backwards-incompatible changes. There were a few, but none that would affect us.

Merge request reports