Closed ogbofjnr closed 3 years ago
@ogbofjnr Version 1.1.3 you have mentioned, I guess this is jobs
plugin version?
Yes, and the same problem exists with the latest framework and module version.
Same problem with spiral/jobs v2.2.0 and spiral/roadrunner v1.9.0 It seems that function MatchPipeline is returning incorrect options. It should returns options from Config.Pipelines. So message is published with zero value in headers.
Thanks for the report @jokly. Unfortunately, I can't take a look right now, but this issue on my radar.
New jobs will be soon in the RR2.4.0-beta. The current repo (golang part) is deprecated.
Version v1.1.3.
maxAttempts
don't work as in docs https://spiral.dev/docs/queue-jobsThis this setup works instead:
Looks like somehow tag
`json:"maxAttempts,omitempty"
don't make effect.