Redis sessions, cache & queues
- Edited
how can i run this extension in plesk?
i have mentioned the extension name in the composer file but as Plesk asks to run Redis using a docker i don't know how to configure this for flarum Redis could you suggest the settings bitnami/redis
matteocontrini WorkingDirectory、ExecStart,
I don't know how to configure these two parameters. Can you tell me.
Geraldlzc what's your environment? Is it a hosting? Or a server where you installed PHP, etc.?
- Edited
matteocontrini CentOS, PHP, Apache
flarum: /www/www/flarum
php: /www/server/php/73
Thank you for your answer.
Geraldlzc then the working directory is /www/www/flarum
and the exec start probably something like /www/server/php/73/php flarum queue:work
- Edited
I encountered problems that the queue atomatically stops by itself even i didn't use composer command.
I runphp flarum queue:work
and stay for long time to see what happened. For most of time it is processed. But I also noticed it will have Falied and KILLED after a very long running, just like this:
I am using the figuration as this one
return [
(new Blomstra\Redis\Extend\Redis([
'host' => '127.0.0.1',
'password' => null,
'port' => 6379,
'database' => 1,
]))
->useDatabaseWith('cache', 1)
->useDatabaseWith('queue', 2)
->useDatabaseWith('session', 3)
];
Not sure if it's the problem on Richembeds or ther things that I may did wrong. And I don't see anything in error logs that is related
luceos ohhh I see . I daemonized the cron job before , i thought they are the same
Now I set up the deamonized as the post above:https://discuss.flarum.org/d/21873-redis-sessions-cache-queues/170
The supervisor is active now.
Thanks for your help!!
- Edited
luceos I still encounter the problem of the queue automatically stops after a long running.
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
)
Teddan 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
Yeah that is related to auto moderator from @askvortsov .
Teddan But I couldn't restart the supervisor no matter what I changed for the red part
It's running now, what did you change?
Hi,
I'm install Flarum via docker on my Synology Nas. And this is my volumes.
I'm a newbie, sorry for my stupid question Could you please let me know where is extend.php file to config ?
Thank you so much!
![
- Edited
<?php
/*
* This file is part of Flarum.
*
* For detailed copyright and license information, please view the
* LICENSE file that was distributed with this source code.
*/
use Flarum\Extend;
return [
// Register extenders here to customize your forum!
];
return [
new Blomstra\Redis\Extend\Redis([
'host' => '172.17.0.7',
'password' => null,
'port' => 6379,
'database' => 1,
])
];