feat: support shoryuken processing groups#111
Merged
Conversation
f524335 to
7523607
Compare
ca4548b to
b5509c5
Compare
rafaelsevla
previously approved these changes
Apr 27, 2026
rubendebest
reviewed
Apr 27, 2026
b3098c0 to
11d22f8
Compare
KauanCarvalho
approved these changes
Apr 27, 2026
rafaelsevla
approved these changes
Apr 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Contexto
Adiciona suporte a Processing Groups do Shoryuken, pollers independentes com configuração própria para um subconjunto de queues. É o mecanismo recomendado para isolar workers que não podem interferir no restante, como jobs batch longos, integrações lentas com terceiros ou qualquer queue que precise de concorrência dedicada.
O que muda
Grupos são declarados diretamente no YAML do
aws-sqs-configurator, espelhando o formato nativo do Shoryuken:Turtle.shoryuken_groupsretorna um JSON string pronto para o blocogroups:doshoryuken.yml.Turtle.shoryuken_queues_prioritiespassa a omitir queues agrupadas, que pertencem agroups:e não aqueues:.Uso
config/shoryuken.ymlCompatibilidade
Projetos sem seção
groups:no YAML de configuração não são afetados.