Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove redundant queues from Reactant listeners #161

Merged
merged 2 commits into from
Apr 16, 2020

Conversation

antonkomarev
Copy link
Member

@antonkomarev antonkomarev commented Apr 16, 2020

Queue is not required in listeners because all the logic was moved (#146) to Job classes which are already using queues. This will speed up counters & totals creation and decrease load of your queues.

@antonkomarev antonkomarev changed the title Remove redundant queue in Reactant listeners Removed redundant queues from Reactant listeners Apr 16, 2020
@antonkomarev antonkomarev changed the title Removed redundant queues from Reactant listeners Remove redundant queues from Reactant listeners Apr 16, 2020
@antonkomarev antonkomarev merged commit 1d4658e into master Apr 16, 2020
@antonkomarev antonkomarev deleted the remove-redundant-queue-in-listeners branch April 16, 2020 20:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant