• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Issue PHP Message - a Job is already running

Mirko1212

New Pleskian
Hello,

I have a Virtual Server with Debian 8.9 and Plesk 17.5.30 and I find an unusual problem.

On this Virtual Machine is configured a subscription (xxxxx.com) and within it several additional domains such as (yyyyy.com and zzzzz.eu)
All domains have been configured with PHP-FPM and Apache, this is the php.ini that I configured by adding it to /var/www/vhosts/system/xxxxx.com/conf/php.ini:

[php-fpm-pool-settings]
pm = ondemand
pm.max_children = 10
pm.start_servers = 1
pm.min_spare_servers = 1
pm.max_spare_servers = 5
pm.process_idle_timeout = 10s
pm.max_requests = 500

every night at 1:20 the system create a process that is always running.

root@vps: ps wwauxf | grep xxxxx.com

xxxxx 10048 0.0 0.3 577480 52776 ? S 01:20 0:00 \_ php-fpm: pool xxxxx.com

in the file /var/log /php5-fpm, this warning is generated every minute:

[18-Oct-2017 13:12:08] WARNING: [pool xxxxx.com] child 10048 said into stderr: "NOTICE: PHP message: A job is already running"
[18-Oct-2017 13:13:08] WARNING: [pool xxxxx.com] child 10048 said into stderr: "NOTICE: PHP message: A job is already running"
[18-Oct-2017 13:14:08] WARNING: [pool xxxxx.com] child 10048 said into stderr: "NOTICE: PHP message: A job is already running"
[18-Oct-2017 13:15:08] WARNING: [pool xxxxx.com] child 10048 said into stderr: "NOTICE: PHP message: A job is already running"
[18-Oct-2017 13:16:08] WARNING: [pool xxxxx.com] child 10048 said into stderr: "NOTICE: PHP message: A job is already running"
[18-Oct-2017 13:17:08] WARNING: [pool xxxxx.com] child 10048 said into stderr: "NOTICE: PHP message: A job is already running"
[18-Oct-2017 13:18:08] WARNING: [pool xxxxx.com] child 10048 said into stderr: "NOTICE: PHP message: A job is already running"
[18-Oct-2017 13:19:08] WARNING: [pool xxxxx.com] child 10048 said into stderr: "NOTICE: PHP message: A job is already running"
[18-Oct-2017 13:20:08] WARNING: [pool xxxxx.com] child 10048 said into stderr: "NOTICE: PHP message: A job is already running"
[18-Oct-2017 13:21:08] WARNING: [pool xxxxx.com] child 10048 said into stderr: "NOTICE: PHP message: A job is already running"
[18-Oct-2017 13:22:08] WARNING: [pool xxxxx.com] child 10048 said into stderr: "NOTICE: PHP message: A job is already running"
[18-Oct-2017 13:23:08] WARNING: [pool xxxxx.com] child 10048 said into stderr: "NOTICE: PHP message: A job is already running"

What could it be?
Thanks

Kind Regards.
Mirko
 
Back
Top