Try for free

Batch Processing Variables

These settings control how background tasks are run.

Variable Type Description
MCLOUD_TASKS_HTTP_CLIENT string Controls which HTTP client to use for background processing. Valid values are guzzle or wordpress.
MCLOUD_TASKS_VERIFY_SSL string Determines if SSL is verified when making the remote connection for the background process. Valid values are: default, yes, no.
MCLOUD_TASKS_CONNECT_TIMEOUT number The number of seconds to wait for a connection to occur.
MCLOUD_TASKS_TIMEOUT number The number of seconds to wait for a response before the request times out.
MCLOUD_TASKS_SKIP_DNS boolean Skip DNS resolution by making the background request to localhost but setting the HTTP_HOST header.