@René_Sig Hey René,
we have solved the problem with delete the tasks on the mysql database.
mysql -u root
use fog
delete from tasks where taskState = 0;
@René_Sig Hey René,
we have solved the problem with delete the tasks on the mysql database.
mysql -u root
use fog
delete from tasks where taskState = 0;