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
-
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 initialization
In the new version there is a new property
throwExceptionOnFailure
inCallWebhookJob
.We think it is because old generated jobs do not have the
throwExceptionOnFailure
property 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