luceos I still encounter the problem of the queue automatically stops after a long running.
the supervisor is active
AS I checked the work log , this is what is recorded during the time it stopped.
[2022-05-23 03:26:28][pOhm8rCUCQj9rBrDsL3f3ba1n5IguSge] Processing: Flarum\Subscriptions\Job\SendReplyNotification
[2022-05-23 03:26:28][pOhm8rCUCQj9rBrDsL3f3ba1n5IguSge] Processed: Flarum\Subscriptions\Job\SendReplyNotification
[2022-05-23 03:26:40][ZgUXeyI2uRTClwFxGmcBk2ZVKTAeVpI3] Processing: Kilowhat\RichEmbeds\Jobs\ProcessUrl
PHP Deprecated: Required parameter $lastEditedBy follows optional parameter $settings in /www/wwwroot/www.xn--fmrv2rkpbv8uymm.cn/vendor/askvortsov/flarum-auto-moderator/src/Action/ActivateEmail.php on line 30
Deprecated: Required parameter $lastEditedBy follows optional parameter $settings in /www/wwwroot/www.xn--fmrv2rkpbv8uymm.cn/vendor/askvortsov/flarum-auto-moderator/src/Action/ActivateEmail.php on line 30
PHP Deprecated: Required parameter $lastEditedBy follows optional parameter $settings in /www/wwwroot/www.xn--fmrv2rkpbv8uymm.cn/vendor/askvortsov/flarum-auto-moderator/src/Action/ActionDriverInterface.php on line 37
Deprecated: Required parameter $lastEditedBy follows optional parameter $settings in /www/wwwroot/www.xn--fmrv2rkpbv8uymm.cn/vendor/askvortsov/flarum-auto-moderator/src/Action/ActionDriverInterface.php on line 37
PHP Deprecated: Required parameter $lastEditedBy follows optional parameter $settings in /www/wwwroot/www.xn--fmrv2rkpbv8uymm.cn/vendor/askvortsov/flarum-auto-moderator/src/Action/AddToGroup.php on line 34
Deprecated: Required parameter $lastEditedBy follows optional parameter $settings in /www/wwwroot/www.xn--fmrv2rkpbv8uymm.cn/vendor/askvortsov/flarum-auto-moderator/src/Action/AddToGroup.php on line 34
PHP Deprecated: Required parameter $lastEditedBy follows optional parameter $settings in /www/wwwroot/www.xn--fmrv2rkpbv8uymm.cn/vendor/askvortsov/flarum-auto-moderator/src/Action/RemoveFromGroup.php on line 36
Deprecated: Required parameter $lastEditedBy follows optional parameter $settings in /www/wwwroot/www.xn--fmrv2rkpbv8uymm.cn/vendor/askvortsov/flarum-auto-moderator/src/Action/RemoveFromGroup.php on line 36
PHP Deprecated: Required parameter $lastEditedBy follows optional parameter $settings in /www/wwwroot/www.xn--fmrv2rkpbv8uymm.cn/vendor/askvortsov/flarum-auto-moderator/src/Action/Suspend.php on line 40
Deprecated: Required parameter $lastEditedBy follows optional parameter $settings in /www/wwwroot/www.xn--fmrv2rkpbv8uymm.cn/vendor/askvortsov/flarum-auto-moderator/src/Action/Suspend.php on line 40
PHP Deprecated: Required parameter $lastEditedBy follows optional parameter $settings in /www/wwwroot/www.xn--fmrv2rkpbv8uymm.cn/vendor/askvortsov/flarum-auto-moderator/src/Action/Unsuspend.php on line 32
Deprecated: Required parameter $lastEditedBy follows optional parameter $settings in /www/wwwroot/www.xn--fmrv2rkpbv8uymm.cn/vendor/askvortsov/flarum-auto-moderator/src/Action/Unsuspend.php on line 32
PHP Deprecated: Required parameter $lastEditedBy follows optional parameter $settings in /www/wwwroot/www.xn--fmrv2rkpbv8uymm.cn/vendor/v17development/flarum-user-badges/src/AutoModerator/Action/GiveBadge.php on line 50
Deprecated: Required parameter $lastEditedBy follows optional parameter $settings in /www/wwwroot/www.xn--fmrv2rkpbv8uymm.cn/vendor/v17development/flarum-user-badges/src/AutoModerator/Action/GiveBadge.php on line 50
PHP Deprecated: Required parameter $lastEditedBy follows optional parameter $settings in /www/wwwroot/www.xn--fmrv2rkpbv8uymm.cn/vendor/v17development/flarum-user-badges/src/AutoModerator/Action/RemoveBadge.php on line 35
Deprecated: Required parameter $lastEditedBy follows optional parameter $settings in /www/wwwroot/www.xn--fmrv2rkpbv8uymm.cn/vendor/v17development/flarum-user-badges/src/AutoModerator/Action/RemoveBadge.php on line 35
[2022-05-23 03:42:48][Xith3DaicdQK586merozk0ROYelCHANH] Processing: Flarum\Notification\Job\SendNotificationsJob
Does it indicates to sth about the Auto moderator extension? Or it just simply sth I didn't notice?
my configuration just copy from above
[program:any_name]
process_name=%(program_name)s_%(process_num)02d
command=php flarum queue:work sqs --sleep=5 --tries=5
directory=/www/wwwroot/www.xn--fmrv2rkpbv8uymm.cn
autostart=true
autorestart=true
user=root
numprocs=1
redirect_stderr=true
stdout_logfile=/www/wwwroot/www.xn--fmrv2rkpbv8uymm.cn/worker.log
stopwaitsecs=3600
as i rechecked the configuration, i feel not sure about the red part. But I couldn't restart the supervisor no matter what I changed for the red part( Tried sth like process _name=%(any_name)s_%(5)02d
)