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 69db549 commit a08471cCopy full SHA for a08471c
src/aiida/engine/daemon/worker.py
@@ -38,6 +38,7 @@ async def shutdown_worker(runner: Runner) -> None:
38
39
LOGGER.info('Daemon worker stopped')
40
41
+
42
def create_daemon_runner(manager: Manager) -> 'Runner':
43
"""Create and return a new daemon runner.
44
@@ -70,6 +71,7 @@ def create_daemon_runner(manager: Manager) -> 'Runner':
70
71
72
return runner
73
74
75
def start_daemon_worker(foreground: bool = False) -> None:
76
"""Start a daemon worker for the currently configured profile.
77
0 commit comments