Skip to content

how to avoid launching a duplicate process with task.executor() #267

Answered by craigbarratt
paulius2k asked this question in Q&A
Discussion options

You must be logged in to vote

You could consider wrapping it in a function that you call with task.create(). That function would call task.unique() then task.excutor(). Calling that function multiple times via task.create() will have no effect if one already exists. You could also use task.name2id() to check if the task exists.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@paulius2k
Comment options

@dlashua
Comment options

@paulius2k
Comment options

Answer selected by paulius2k
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants