You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 2, 2024. It is now read-only.
This is the third time I have set up WP Minions, normally no problem, but this time I'm having major issues :(
First up, server:
Centos: 7
PHP: 7.4.15
MySQL: mysql Ver 15.1 Distrib 5.5.68-MariaDB
Wordpress 5.6.1
Plugin: 4.1.0
I think it is also worth noting that the server uses Plesk, however I have full control of this server via SSH etc. I don't believe this is an issue either however we are running Wordpress through a Nginx > Apache reverse proxy.
Following the instructions as normal (note i have changed some bits for security):
However, firing any event simply does not pass the task to Gearman it seems, i'm not seeing it in the queue table nor any errors.
Running gearadmin --status
somesalt-gearman:WP_Async_Task 0 0 2
And looking at the Gearman logs I can see a connection and no errors:
INFO 2021-02-24 13:21:10.000000 [ main ] Accepted connection from ::3534:3937:3800:0%1483259374:57180
INFO 2021-02-24 13:21:10.000000 [ main ] Accepted connection from ::3537:3138:3000:0%1483259374:57182
I'm running out of ideas now! Any help with this would be appreciated!
The text was updated successfully, but these errors were encountered:
This is the third time I have set up WP Minions, normally no problem, but this time I'm having major issues :(
First up, server:
I think it is also worth noting that the server uses Plesk, however I have full control of this server via SSH etc. I don't believe this is an issue either however we are running Wordpress through a Nginx > Apache reverse proxy.
Following the instructions as normal (note i have changed some bits for security):
wp-config.php
Gearman is running with the database information added to
/etc/sysconfig/gearmand
And when restarted I see the table created within the database.
Supervisor is running and working, as expected it's used on another application so this should be fine.
supervisorctl status
The service is setup also
/etc/systemd/system/[email protected]
And enabling and starting with the following seems fine also
However, firing any event simply does not pass the task to Gearman it seems, i'm not seeing it in the queue table nor any errors.
Running
gearadmin --status
And looking at the Gearman logs I can see a connection and no errors:
I'm running out of ideas now! Any help with this would be appreciated!
The text was updated successfully, but these errors were encountered: