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
Ignore the error event as it causes `raceEvent` to throw. In future
we should remove the error event from the queue as all we do with it
is log the error, and if we want that, the `failure` event gives
more context around the error so can make the logs more informative.
* @deprecated Listen for the 'failure' event instead - it gives more context and is generally more useful, this event will be removed in a future release
104
106
*/
105
107
error: CustomEvent<Error>
106
108
@@ -263,7 +265,6 @@ export class Queue<JobReturnType = unknown, JobOptions extends AbortOptions = Ab
0 commit comments