Skip to content

Make it possible to disable the queue manager#214

Merged
elbrujohalcon merged 1 commit intomainfrom
disable_queue_manager
Jun 13, 2025
Merged

Make it possible to disable the queue manager#214
elbrujohalcon merged 1 commit intomainfrom
disable_queue_manager

Conversation

@NelsonVides
Copy link
Collaborator

This could be desired when a big pool is to do a large ton of tiny tasks only in a next_worker or random_worker fashion and bombarding the queue manager with worker ready|busy will be a waste.

For the record, I'm doing exactly such thing here: https://github.com/dnsimple/erldns/blob/99592dafa06238e2629a6d099f3fd30cfbf241ff/src/listeners/erldns_proto_udp_acceptor.erl#L39 :)

Copy link
Member

@elbrujohalcon elbrujohalcon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice contribution, @NelsonVides ! This is great.

@elbrujohalcon elbrujohalcon merged commit a5c11b2 into main Jun 13, 2025
1 check passed
@elbrujohalcon elbrujohalcon deleted the disable_queue_manager branch June 13, 2025 14:54
@elbrujohalcon
Copy link
Member

Feel free to generate/publish a new release with this change, @NelsonVides

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants