COMMITS
/ threadworker.go December 2, 2025
A
refactor: extract the state module and make the backoff error instead of panic
Alexander Stecher committed
November 23, 2025
K
fix: correctly set the Mercure hub for the main worker request
Kévin Dunglas committed
November 17, 2025
K
refactor: rely on context.Context for log/slog and others (#1969)
Kévin Dunglas committed
October 28, 2025
A
suggestion: external worker api (#1928)
Alexander Stecher committed
October 10, 2025
K
refactor: improve Worker public API and docs
Kévin Dunglas committed
October 21, 2025
K
feat: allow creating strongly typed slices and maps from PHP values with type utilities (#1933)
Kévin Dunglas committed
October 9, 2025
K
fix: callback parameters handling in worker extensions
Kévin Dunglas committed
K
refactor: extension worker (#1910)
Kévin Dunglas committed
September 18, 2025
R
feat: custom workers initial support (#1795)
Rob Landers committed
August 25, 2025
A
refactor: cleanup context (#1816)
Alexander Stecher committed
June 30, 2025
A
feat(worker): make maximum consecutive failures configurable (#1692)
Alexandre Daubois committed
May 20, 2025
K
chore: log thread (#1589)
Kévin Dunglas committed
May 19, 2025
K
chore: add more logs for the worker
Kévin Dunglas committed
May 1, 2025
I
fix negative frankenphp_ready_workers metrics (#1491)
Indra Gunawan committed
April 28, 2025
K
chore: add context to logs to make the linter happy (#1533)
Kévin Dunglas committed
April 26, 2025
I
feat: replace zap with slog (#1527)
Indra Gunawan committed
March 22, 2025
I
feat: introduces worker name option, use label on worker metrics instead (#1376)
Indra Gunawan committed
March 10, 2025
A
fix: log worker failures (#1437)
Alexander Stecher committed
A
refactor: removes context on the C side (#1404)
Alexander Stecher committed
March 1, 2025
A
fix: concurrent env access (#1409)
Alexander Stecher committed
February 21, 2025
A
fix: race condition revealed by tests (#1403)
Alexander Stecher committed
February 19, 2025
A
feat: Adds automatic thread scaling at runtime and php_ini configuration in Caddyfile (#1266)
Alliballibaba2 committed