Dismissing failed tasks notification

sophware

Dabbler
Joined
Oct 16, 2020
Messages
37
As a result of the ongoing issues with TrueCharts, I have several failed tasks. These failures cause a red circle with a number in it to show up over the TaskManager icon in the upper-right. How does one acknowledge, dismiss, or otherwise deal with those failures such that the number and circle go away?
 

maglin

Patron
Joined
Jun 20, 2015
Messages
299
I two have this same issue. It's an annoyance that is currently not dismissible. I've not updated to the latest Beta as I've been away for a few weeks so maybe it's already addressed in the newest BETA2 release?
 

fenichelar

Dabbler
Joined
Jul 5, 2022
Messages
20
The only solution I have found (other than restarting the host) is to restart the web server:

Code:
systemctl restart middlewared
 

NugentS

MVP
Joined
Apr 16, 2020
Messages
2,947
Thats what I do, as a Cron Job every so often
 

sophware

Dabbler
Joined
Oct 16, 2020
Messages
37
The only solution I have found (other than restarting the host) is to restart the web server:

Code:
systemctl restart middlewared
Tried that. Didn't work this time.
 

fenichelar

Dabbler
Joined
Jul 5, 2022
Messages
20
Tried that. Didn't work this time.

You may be seeing new failed tasks. After the web server restart, it will try and sync the catalogs again. TrueCharts was down late last week so while restarting the web server would clear the failed tasks, you would quickly see new failed tasks.
 
Top