Replies: 1 comment 4 replies
-
I'm pretty sure that's already possible. Have you tried? However, when trying to clear the job with Line 344 in 4f2ce5e |
Beta Was this translation helpful? Give feedback.
4 replies
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.
-
It'd be nice if it didn't matter what order the arguments were passed in so that when using
Jobs.clear
later to match by argument, the argument's location didn't matter.e.g.
Jobs.clear('pending', 'jobName', {foo: 'bar'})
Is this already possible and I'm just missing something?
Beta Was this translation helpful? Give feedback.
All reactions