Usage#
Once Autosubmit API is installed, the Command Line Interface can be used:
autosubmit_api start
autosubmit_api start will have the following options:
--init-bg-tasksrun background tasks on start.
--disable-bg-tasksdisable background tasks.
-b BIND, --bind BIND the socket to bind
-w WORKERS, --workers WORKERSthe number of worker processes for handling requests
--log-level LOG_LEVELthe granularity of Error log outputs
--log-file LOG_FILEThe Error log file to write to
-D, --daemonDaemonize the Gunicorn process
You can go to the API reference here: Reference