Skip to content

v5.4.2: Implement job coalescing for background queue

Choose a tag to compare

@thorewi thorewi released this 21 Jun 10:02
· 16 commits to master since this release
Allows jobs to mark overlapping, unstarted jobs within the same serial group as REDUNDANT.

This prevents redundant processing, for example, when a "recalculate from X" job covers the work of later "recalculate from Y (where Y >= X)" jobs.