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
When trying to remove jobs from the registry in a custom queue, the remove jobs function is called with a wrong type.
The function needs the registry to remove the jobs from, but is given a queue.
The function with its signature is described here.
Also, an example of how it should look like, when called is this.
The text was updated successfully, but these errors were encountered:
When trying to remove jobs from the registry in a custom queue, the remove jobs function is called with a wrong type.
The function needs the registry to remove the jobs from, but is given a queue.
The function with its signature is described here.
Also, an example of how it should look like, when called is this.
The text was updated successfully, but these errors were encountered: