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

Support concurrency per queue #389

Merged
merged 28 commits into from
Jun 28, 2017
Merged

Conversation

phstc
Copy link
Collaborator

@phstc phstc commented Jun 24, 2017

Fixes #347
Fixes #369
Fixes #333
Fixes #392

concurrency: 20
queues:
  - ['my-queue1']
  - ['my-queue2']

groups:
  fifo_queues1:
    concurrency: 1
    queues:
      - ['my-queue1.fifo']

  fifo_queues2:
    concurrency: 1
    queues:
      - ['my-queue2.fifo']

Pablo Cantero added 2 commits June 24, 2017 18:24
Still kinda just moving stuff around, but I hope to be able to use
`Shoryuken::Options` as an instance, not as a class
@phstc phstc force-pushed the feature/support-concurrency-per-queue-347 branch 2 times, most recently from 48e6027 to 8f4e247 Compare June 25, 2017 01:45
@phstc phstc force-pushed the feature/support-concurrency-per-queue-347 branch from 8f4e247 to 73a55b1 Compare June 25, 2017 01:56
@phstc phstc force-pushed the feature/support-concurrency-per-queue-347 branch 5 times, most recently from 7a94848 to 93ecef3 Compare June 27, 2017 00:16
@phstc phstc force-pushed the feature/support-concurrency-per-queue-347 branch from 93ecef3 to cc1a35c Compare June 27, 2017 00:26
@phstc phstc force-pushed the feature/support-concurrency-per-queue-347 branch from 6acd87e to c808766 Compare June 27, 2017 02:48
@phstc phstc force-pushed the feature/support-concurrency-per-queue-347 branch 2 times, most recently from ea0d81d to a5270a0 Compare June 27, 2017 03:01
@phstc phstc force-pushed the feature/support-concurrency-per-queue-347 branch from a5270a0 to e7e5f2e Compare June 27, 2017 03:12
@phstc phstc force-pushed the feature/support-concurrency-per-queue-347 branch 2 times, most recently from e5ee87d to 7d7c2f0 Compare June 27, 2017 20:50
@phstc phstc force-pushed the feature/support-concurrency-per-queue-347 branch from 7d7c2f0 to 5a647c1 Compare June 28, 2017 02:07
@phstc phstc merged commit 6688d18 into master Jun 28, 2017
@phstc phstc deleted the feature/support-concurrency-per-queue-347 branch June 28, 2017 11:30
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