• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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