• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Resolved How to stop scheduled task which is running ?

Vincent Auriau

New Pleskian
How to stop scheduled task which is running in plesk 12.x ?

I do not find solution on web...

Tasks are running since many days. I have already restart server.

Best regards,
Vincent.
 
If you mean backup scheduled task, try to remove orphaned backup task file from /usr/local/psa/PMM/tasks/
 
No I think about scheduled tasks which execute a command.

I don't understand why scheduled task no return any error... she rotates in loop.

Sorry for my bad english !

Thanks.
 
Can you see this task in output of command:

# plesk db "select * from longtasks"

?
 
yes :

Code:
Time          | pid   | externalId |
+-----+--------------------+----------------------------------+---------+-----------------+----------------+----------------+-------------+---------------+---------------------+---------------------+-------+------------+
| 345 | scheduler-run-task | bee84bac47331ee6d3b99a1f71bde57a | started |               0 | queue          | NULL           |         100 |             0 | 2016-06-16 11:15:43 | 0000-00-00 00:00:00 |     0 | NULL       |
| 346 | scheduler-run-task | bee84bac47331ee6d3b99a1f71bde57a | started |               0 | queue          | NULL           |         100 |             0 | 2016-06-16 11:25:39 | 0000-00-00 00:00:00 |     0 | NULL       |
| 347 | scheduler-run-task | bee84bac47331ee6d3b99a1f71bde57a | started |               0 | queue          | NULL           |         100 |             0 | 2016-06-16 11:17:19 | 0000-00-00 00:00:00 |     0 | NULL       |
| 348 | scheduler-run-task | bee84bac47331ee6d3b99a1f71bde57a | started |               0 | queue          | NULL           |         100 |             0 | 2016-06-16 11:18:16 | 0000-00-00 00:00:00 |     0 | NULL       |
| 352 | aps-cache          | NULL                             | done    |               0 | done           | NULL           |         100 |           100 | 2016-06-20 06:25:17 | 2016-06-20 06:25:17 | 28494 | NULL       |
| 353 | panel-update       | NULL                             | done    |               0 | done           | NULL           |         100 |           100 | 2016-06-21 06:38:49 | 2016-06-21 06:38:49 |  7669 | NULL       |
| 354 | aps-cache          | NULL                             | done    |               0 | done           | NULL           |         100 |           100 | 2016-06-21 06:39:04 | 2016-06-21 06:39:04 |  9506 | NULL       |
+-----+--------------------+----------------------------------+---------+-----------------+----------------+----------------+-------------+---------------+---------------------+---------------------+-------+------------+
 
Back
Top