Create a new background process from a template.
Processing mode: async
The access token received from the authorization server in the OAuth 2.0 flow.
The name of the background process.
"Custom command runner"
The command to run.
"php artisan custom:command"
The user to run the background process as.
root, forge "forge"
The number of processes to run.
x >= 11
The directory to run the background process from.
"/home/forge/my-site.com/current/"
The number of seconds to wait before starting the process.
x >= 010
The number of seconds to wait before stopping the process.
x >= 010
The signal to send to stop the process.
"SIGTERM"
BackgroundProcessResource