Covalent Start
Start the Covalent server. Wrapper for the covalent start CLI command. This function returns immediately if the local Covalent server is already running.
Parameters
develop (bool) – Start local server in develop mode. Defaults to False.
port (Optional[str]) – Local server port number. Defaults to "48008".
mem_per_worker (Optional[str]) – Memory limit per worker in GB. Defaults to auto.
workers (Optional[int]) – Number of Dask workers. Defaults to 8.
threads_per_worker (Optional[int]) – Number of threads per Dask worker. Defaults to 1.
ignore_migrations (bool) – Start server without database migrations. Defaults to False.
no_cluster (bool) – Start server without Dask cluster. Defaults to False.
no_triggers (bool) – Start server without a triggers server. Defaults to False.
triggers_only (bool) – Start only the triggers server. Defaults to False.
quiet (bool) – Suppress stdout. Defaults to False.
Return Type
None