Hi,
i have updated from 6.X to 6.32.3 and my scripts for velocity duplication in queues has never run again.
Apparently, the update broke something. The script is pretty simple:
:foreach i in=[/queue simple find] do={
:if ([:find [/queue simple get $i max-limit] "4M/4M"] = 0) do={
/queue simple set $i max-limit= "8M/8M";
}
}
I have tested deleting the script and add it again, but without success..
Today i have updated to the current version 6.33.5 but it is the same, The scripts never run again.