You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A new instance of the job is instantiated before invoking the failed method; therefore, any class property modifications that may have occurred within the handle method will be lost.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
hi there,
currently, the docs say
that means, we cannot do this:
even if we save the uuid inside the
handle()
method to fetch it later in thefailed()
, we cannot access anything later, as the docs say.but in simple words: it would be great if that would be (somehow) possible.
Beta Was this translation helpful? Give feedback.
All reactions