Skip to content

feat: add local queue#401

Open
andheiberg wants to merge 1 commit intomainfrom
local-queue
Open

feat: add local queue#401
andheiberg wants to merge 1 commit intomainfrom
local-queue

Conversation

@andheiberg
Copy link
Copy Markdown

We use ci-queue on the CI.

I would like the option of making my local setup more similar to CI.

When running parallel test workers on a single machine it's faster and simpler to use a file based queue.

@andheiberg andheiberg self-assigned this Apr 24, 2026
Comment thread ruby/lib/ci/queue.rb
when 'file', nil
File
when 'local'
Local
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should follow the pattern from redis and only require the local queue if it's needed.

Comment thread ruby/lib/ci/queue.rb
Comment on lines 81 to 84
when 'list'
Static
when 'file', nil
File
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh have I made something redundant?

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