You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fromcovalent_dispatcherimportcovalent_start, covalent_stop# start covalent server from Pythoncovalent_start()
# stop covalent server from Pythoncovalent_stop()
These functions should consider pitfalls, like submitting a workflow immediately after starting covalent (i.e. the known missing dispatcher address error).
Describe alternatives you've considered.
This is doable using subprocess to issue "covalent start" or "covalent stop" shell commands.
The text was updated successfully, but these errors were encountered:
What should we add?
For example:
These functions should consider pitfalls, like submitting a workflow immediately after starting covalent (i.e. the known missing dispatcher address error).
Describe alternatives you've considered.
This is doable using
subprocess
to issue "covalent start" or "covalent stop" shell commands.The text was updated successfully, but these errors were encountered: