Simple Queue only works when I torch my interface stats

This happens to all Mikrotik I own (951Ui-2HnD, and 951G-2HnD).

I have a simple queue:

/queue simple
add max-limit=4M/4M name=queue1 queue=pcq-upload-default/pcq-upload-default target=192.168.1.0/24

Then I checked the queue status from Webfig, graph does not really show anything passing even when the bandwidth is filled at 4Mbps constantly.

I can only see the graph that shows queue processing only while running the command:

tool torch interface=wlan1

Queue stops processing (Graph became empty with rates close to 0kbps), and the icon changes to green as soon as I quit the torch command.

I’m running 6.34.1, but it’s been happening like that since a few earlier versions.

How do I make the queue works all the time?

Turn off fast path in the IP settings.

Thanks. Now it’s working as expected.