Skip to content

Advanced Laravel Queue Worker #11

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

Merged
merged 4 commits into from
Feb 7, 2019
Merged

Conversation

makasim
Copy link
Member

@makasim makasim commented Feb 7, 2019

Advantages:

  • Supports all Laravel native Worker features - pause, stop, kill, events and so on.
  • Consume messages immediately as they arrive. Consume from multiple queues at once.
  • Run fewer work processes - reduce memory usages.
  • It uses long pulling whenever possible - results in zero CPU usages while idling.
  • You can reuse any queue consumer extensions, for example monitor any transport.
  • AMQP friendly.

@makasim makasim changed the title Worker based on queue consumer Advanced Laravel Worker Feb 7, 2019
@makasim makasim merged commit 6710e58 into master Feb 7, 2019
@makasim makasim deleted the worker-based-on-queue-consumer branch February 7, 2019 11:53
@makasim makasim changed the title Advanced Laravel Worker Advanced Laravel Queue Worker Feb 7, 2019
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