celery -A api.worker flower --persistent --db=rclc --max-tasks=10000 --log_file_prefix=C:\temp\flower.log
celery version 5.2.7 (dawn-chorus) and flower version 1.2.0
this is how i run my flower, the records in "tasks tab" are consistent with the "dashboard tab" Processes count, but when i restart flower the numbers on the "dashboard tab" are back to zero unlike the in the "tasks tab", the correct number is the "Tasks tabs", is this default or is there i way to make sure they match?

EDIT:
i upgraded flower to the latest version 2.0.1, and the same problem still persists.
ill keep testing.