PHP code example of blackbird / cronparameters

1. Go to this page and download the library: Download blackbird/cronparameters library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

blackbird / cronparameters example snippets


php bin/magento setup:upgrade

php bin/magento cron:install --params="-d max_execution_time=xxx"

php bin/magento cron:install -p="-d max_execution_time=xxx"