Sorry I have a similar problem on a cloudron 7.4.3 on ubuntu 20, a pending task is blocking everything (backup, update, uninstall, ...) on my secondary cloudron instance:
- I have a blue notice saying: Platform status / Starting services, this can take a while
- I have the only app active in: Configuring (Queued) - Queued
- the cancel task redX button is not responding
- Crash Recovery buttons are not clickable
https://my.cloudron/api/v1/tasks/12960?access_token=XXXXXXmytoken
{
"id": "12960",
"type": "app",
"percent": 1,
"message": "Waiting for Cloudron to initialize",
"error": {
"message": "Task was stopped because the server was restarted or crashed",
"code": "crashed"
},
"active": false,
"pending": true,
"creationTime": "2023-12-17T21:39:50.000Z",
"result": null,
"ts": "2023-12-17T21:39:50.000Z",
"success": false
},
- I've tried a systemctl check as BrutalBirdie
root@my:~# systemctl status box-task-12960.service
Unit box-task-12960.service could not be found.
Cannot GET /api/v1/tasks/12960/stop
But no way to kill the pending task. Do you have any suggestions?
tail -f /home/yellowtent/platformdata/logs/box.log
Box POST /api/v1/tasks/12967/stop 409 Conflict task is not active 91.551 ms - 61
2024-01-04T11:30:41.308Z box:locker Lock unreleased platform_start
Thank you and best regards.