Webhooks generated with version 3.0 can not be processed with version 3.1 #108
Unanswered
moessimple
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
we have upgraded from version 3.0 to 3.1. After deployment many failed jobs occurred with
Typed property Spatie\WebhookServer\CallWebhookJob::$throwExceptionOnFailure must not be accessed before initializationIn the new version there is a new property
throwExceptionOnFailureinCallWebhookJob.We think it is because old generated jobs do not have the
throwExceptionOnFailureproperty in the serialized payload and therefore cannot be processed with version 3.1.What strategy can be used so that old jobs can be processed with version 3.1.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions