laravel / horizon

Dashboard and code-driven configuration for Laravel queues.
https://laravel.com/docs/horizon
MIT License
3.87k stars 657 forks source link

Too many processes on the server #1493

Closed curruwilla closed 2 months ago

curruwilla commented 2 months ago

Horizon Version

5.22.1

Laravel Version

8.83.27

PHP Version

7.4.33

Redis Driver

Predis

Redis Version

2.1

Database Driver & Version

No response

Description

Hello,

I recently started using Horizon for 75 queues but I am suspicious of the number of processes that are started.

For example, the dashboard shows 130-250 processes, but on the server there are more than 900.

image image api internal mastertax app_horizon_dashboard

Is it a version bug or is it normal behavior?

Steps To Reproduce

I use it in a simple way, with step-by-step instructions using a supervisor.

horizon.php:

'armazenamentos' => [
                'connection' => 'redis',
                'queue' => [
                    'armazenar-robo-baixa-cnd',
                    'dec-processamento-armazenar',
                    'armazenar-robo-baixa-transmissor-efd',
                    'armazenar-robo-baixa-receitanet',
                    'armazenar-robo-baixa-ecac',
                    'armazenar-robo-baixa-giasite',
                    'armazenar-robo-baixa-resgate-nodejs',
                    'armazenar-robo-baixa-omissoes',
                    'armazenar-robo-baixa-ui-automation-nodejs',
                    'armazenar-robo-baixa-pendentes',
                    'armazenar-robo-baixa-ecac-nodejs',
                    'analise-sped-armazenar',
                ],
                'balance' => 'auto',
                'autoScalingStrategy' => 'time',
                'maxProcesses' => 100,
                'minProcesses' => 1,
                'balanceMaxShift' => 100,
                'balanceCooldown' => 60,
                'maxJobs' => 1,
            ],

grep:

/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-transmissor-efd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-resgate-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-ecac-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=analise-sped-armazenar --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-giasite --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-omissoes --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-transmissor-efd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-giasite --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-resgate-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-omissoes --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-ecac-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=analise-sped-armazenar --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-transmissor-efd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-giasite --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-resgate-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-omissoes --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-ecac-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=analise-sped-armazenar --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-giasite --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-resgate-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-omissoes --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-ecac-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=analise-sped-armazenar --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-giasite --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-resgate-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-omissoes --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-ecac-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=analise-sped-armazenar --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-transmissor-efd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-transmissor-efd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-giasite --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-resgate-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-omissoes --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-ui-automation-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-ecac-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=analise-sped-armazenar --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-resgate-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=analise-sped-armazenar --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-transmissor-efd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-ecac --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-giasite --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-resgate-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-omissoes --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-ui-automation-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-ecac-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=analise-sped-armazenar --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-transmissor-efd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-ecac --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-giasite --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-resgate-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-omissoes --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-ui-automation-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-ecac-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=analise-sped-armazenar --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-resgate-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=analise-sped-armazenar --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-transmissor-efd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-transmissor-efd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-resgate-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=analise-sped-armazenar --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-transmissor-efd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-ecac --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-giasite --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-resgate-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-omissoes --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-ui-automation-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-ecac-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=analise-sped-armazenar --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-pendentes --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-transmissor-efd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-ecac --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-giasite --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-resgate-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-omissoes --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-ui-automation-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-pendentes --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-ecac-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=analise-sped-armazenar --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-transmissor-efd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-resgate-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=analise-sped-armazenar --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=dec-processamento-armazenar --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=dec-processamento-armazenar --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-transmissor-efd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-receitanet --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-ecac --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-giasite --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-resgate-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-omissoes --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-ui-automation-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-pendentes --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-ecac-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=analise-sped-armazenar --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-ecac-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:supervisor robots-003-xcqF:armazenamentos redis --workers-name=default --balance=auto --max-processes=100 --min-processes=1 --nice=0 --balance-cooldown=60 --balance-max-shift=100 --parent-id=731774 --auto-scaling-strategy=time --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd,dec-processamento-armazenar,armazenar-robo-baixa-transmissor-efd,armazenar-robo-baixa-receitanet,armazenar-robo-baixa-ecac,armazenar-robo-baixa-giasite,armazenar-robo-baixa-resgate-nodejs,armazenar-robo-baixa-omissoes,armazenar-robo-baixa-ui-automation-nodejs,armazenar-robo-baixa-pendentes,armazenar-robo-baixa-ecac-nodejs,analise-sped-armazenar --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-transmissor-efd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-ecac --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-giasite --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-resgate-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-omissoes --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-ui-automation-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-pendentes --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-ecac-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=analise-sped-armazenar --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-cnd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-receitanet --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-xcqF:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=dec-processamento-armazenar --sleep=3 --timeout=60 --tries=0 --rest=0
grep --color=auto armazenamentos
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-transmissor-efd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-resgate-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=analise-sped-armazenar --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-giasite --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-resgate-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=analise-sped-armazenar --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-transmissor-efd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-giasite --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-resgate-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-ecac-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=analise-sped-armazenar --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-transmissor-efd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-resgate-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-ecac-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=analise-sped-armazenar --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-transmissor-efd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-giasite --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-resgate-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=analise-sped-armazenar --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-giasite --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-resgate-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=analise-sped-armazenar --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-omissoes --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-omissoes --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-omissoes --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-omissoes --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-omissoes --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-omissoes --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-omissoes --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-omissoes --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-omissoes --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-omissoes --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-omissoes --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-omissoes --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-omissoes --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-omissoes --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-omissoes --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-omissoes --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-giasite --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-resgate-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=analise-sped-armazenar --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-omissoes --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-giasite --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-resgate-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-omissoes --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=analise-sped-armazenar --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-giasite --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-resgate-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-ecac-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=analise-sped-armazenar --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-transmissor-efd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-giasite --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-resgate-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-ecac-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=analise-sped-armazenar --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-giasite --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-resgate-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-ecac-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=analise-sped-armazenar --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-transmissor-efd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-giasite --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-resgate-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=analise-sped-armazenar --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-omissoes --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-transmissor-efd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-giasite --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-resgate-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-omissoes --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-ecac-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=analise-sped-armazenar --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-transmissor-efd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-resgate-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-ecac-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=analise-sped-armazenar --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-giasite --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-transmissor-efd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-resgate-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-omissoes --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-ecac-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=analise-sped-armazenar --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-giasite --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-transmissor-efd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-giasite --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-resgate-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-ecac-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=analise-sped-armazenar --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-transmissor-efd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-resgate-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-ecac-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=analise-sped-armazenar --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-transmissor-efd --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-giasite --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-resgate-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=armazenar-robo-baixa-ecac-nodejs --sleep=3 --timeout=60 --tries=0 --rest=0
/usr/bin/php7.4 artisan horizon:work redis --name=default --supervisor=robots-003-8EJD:armazenamentos --backoff=0 --max-time=0 --max-jobs=1 --memory=128 --queue=analise-sped-armazenar --sleep=3 --timeout=60 --tries=0 --rest=0
curruwilla commented 2 months ago

image

crynobone commented 2 months ago

Hey there,

Unfortunately we don't support this version of the library anymore and the latest supported version requires Laravel 9 and PHP 8 as minimum version. Please check out our support policy on which versions we are currently supporting. Can you please try to upgrade to the latest version and see if your problem persists? If so, please open up a new issue and we'll help you out.

Thanks!