• 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.

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