spiral / framework

High-Performance PHP Framework
https://spiral.dev
MIT License
1.82k stars 89 forks source link

[spiral/queue] Added passing headers to the job handler in SyncDriver #1107

Closed msmakouz closed 6 months ago

msmakouz commented 6 months ago
Q A
Bugfix? ✔️
Breaks BC?
New feature?

In the Queue component, there is an Spiral\Queue\ExtendedOptionsInterface interface that allows the use headers. The base implementation Spiral\Queue\Options implements this interface. It would be good to pass headers to the job handler.