- Advanced Usage
- /
- Environment Variables
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. …