Replies: 1 comment
-
You could look into overriding See the relevant code you'd override here: Line 55 in dd543ea Not sure this would be supported in the future though, see the discussion in #179. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i want to make worker that get tasks by task type
and i dont want to complete the task when i get it
i am sending the task to other services and when that r done
i want to complete the task from another function
readTasks() --> sendToProccess(job.key)--->finishTask(job.key)
is this possible with this client?
Beta Was this translation helpful? Give feedback.
All reactions