We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e11859 commit 9250b37Copy full SHA for 9250b37
tasktiger/tasktiger.py
@@ -375,10 +375,6 @@ def task(
375
def _wrap(func: Callable[P, R]) -> TaskCallable[P, R]:
376
tc = TaskCallable(func, self)
377
tc._task_hard_timeout = hard_timeout
378
- # if queue is not None:
379
- # tc._task_queue = queue
380
- # elif self.config is not None:
381
- # tc._task_queue = self.config["DEFAULT_QUEUE"]
382
tc._task_queue = queue
383
tc._task_unique = unique
384
tc._task_unique_key = unique_key
0 commit comments