Disable counter for job/queue or change aggregated counters value

Hi all,

in our app there is a lot of not-so-important background jobs (download data from external services, data synchronization etc - ). A lot of - means thousands per day. All of this tasks are running in separate queue (let’s call it “a-queue”).

Is it possible to disable counters (succeeded, done) for this “a-queue” queue? All details about jobs are stored in logs, we don’t need show this details on dashboard.

I want to use dashboard to display only most important tasks, from other - “b-queue” queue.