• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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