This commit is contained in:
Javier Casares 2026-02-18 16:08:14 +00:00
commit fd33d35baf
5 changed files with 100 additions and 82 deletions

View file

@ -1,3 +1,10 @@
= 2.2.7 =
* IMPROVED: Worker now runs as a continuous loop, draining the queue completely before exiting
* IMPROVED: Statistics are synced after each batch (not only at the end)
* IMPROVED: Worker output includes worker ID on each line for clearer parallel logs
* FIXED: Uneven work distribution between parallel workers
= 2.2.6 =
* CRITICAL FIX: Worker now suppresses plugin header warnings in MultiSite environments