qooba I have the same issue. The notification counter works well, after i disable redis.

2 months later

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

9 days later
5 days later

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

    a month later

    luceos

    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

      Teddan when a task fails the queue should continue. How are you running the queue exactly? Is it daemonized?

      PS check /var/spool/mail/root your server is set up to log errors there.

        Teddan this stuff gets complicated really fast 🙈 Good job for figuring it out!

          a month later

          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)

            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?

            a month later

            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!

            ![

              12 days later

              Cagdas

              luceos This is an advanced utility for webmasters! It is not an extension and won't be visible in the admin area. Configuration can be done using a local extender or the glowingblue redis setup extension.

              hau your docker image seems incomplete, so there's no extend.php.

                luceos

                How can I check it is working.

                I think I set it right

                  Cagdas it's working if php flarum shows new commands for queue.

                    Cagdas can you copy the entire contents of your extend.php?

                      luceos

                      <?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,
                          ])
                      ];