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

Moves unpacking task from Worker to Pusher #36

Merged
merged 2 commits into from
Jul 31, 2015
Merged

Moves unpacking task from Worker to Pusher #36

merged 2 commits into from
Jul 31, 2015

Conversation

Koed00
Copy link
Owner

@Koed00 Koed00 commented Jul 31, 2015

By moving the unpacking of task packages to the Pusher process instead of having the Workers handle it, we gain the ability to read task information in the Pusher. This is useful for future development and makes more sense architecturally , cause all process types can now access the same information.
It also seems to improve performance in the load tests marginally.

Koed00 added 2 commits July 31, 2015 12:29
Makes more sense and gives us more options to work with control queues from the pusher in the future. Does not seem to affect performance.
Koed00 added a commit that referenced this pull request Jul 31, 2015
Moves unpacking task from Worker to Pusher
@Koed00 Koed00 merged commit 4d34511 into master Jul 31, 2015
msabatier pushed a commit to msabatier/django-q that referenced this pull request Jan 7, 2023
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.

1 participant