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 9bcdb2f commit 99fae49Copy full SHA for 99fae49
1 file changed
executorlib/task_scheduler/file/queue_spawner.py
@@ -152,3 +152,5 @@ def get_terminate_function(terminate_tasks_on_shutdown: bool) -> Optional[Callab
152
"""
153
if terminate_tasks_on_shutdown:
154
return terminate_with_pysqa
155
+ else:
156
+ return None
0 commit comments