Closed msmakouz closed 6 months ago
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.
Spiral\Queue\ExtendedOptionsInterface
Spiral\Queue\Options
In the Queue component, there is an
Spiral\Queue\ExtendedOptionsInterface
interface that allows the use headers. The base implementationSpiral\Queue\Options
implements this interface. It would be good to pass headers to the job handler.