Delete Queue?
-
In the Dashboard, under Storage Group Activity it says Free 0 and Queue 29 yet there are no Tasks scheduled or running. How do I delete Queued so I can have some Free?
-
I figured it out, login to the MySQL database and run:
DELETE FROMtasks
WHEREtaskStateID
IN (“1”,“2”,“3”); -
Hey rhromyko! Thank you for that information! I was having the same problem.