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
--threads THREADSThe number of worker threads for handling requests.
--worker-connections WORKER_CONNECTIONSThe maximum number of simultaneous clients.
--max-requests MAX_REQUESTSThe maximum number of requests a worker will process before restarting.
--max-requests-jitter MAX_REQUESTS_JITTERThe maximum jitter to add to the max_requests setting.
--timeout TIMEOUTWorkers silent for more than this many seconds are killed and restarted.
--graceful-timeout GRACEFUL_TIMEOUTTimeout for graceful workers restart.
--keepalive KEEPALIVEThe number of seconds to wait for requests on a Keep-Alive connection.
You can go to the API reference here: Reference (Outdated. Go to OpenAPI and Swagger UI to see how to generate the latest API specification)