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

Implement queue pauses #30

Merged
merged 4 commits into from
Oct 26, 2023
Merged

Implement queue pauses #30

merged 4 commits into from
Oct 26, 2023

Conversation

rosa
Copy link
Member

@rosa rosa commented Oct 25, 2023

This is a very simple implementation that doesn't require us to think about when/how to track the different queues: we just track the pauses themselves.

```
DEPRECATION WARNING: TestFixtures.fixture_path= is deprecated
and will be removed in Rails 7.2. Use .fixture_paths= instead.
(called from <top (required)> at
/Users/rosa/Work/basecamp/solid_queue/test/test_helper.rb:13)
DEPRECATION WARNING: TestFixtures.fixture_path is deprecated
and will be removed in Rails 7.2. Use .fixture_paths instead.
```
It'll be useful later when using different DBs/connections.
Super simple implementation that doesn't require us to think
about when/how track the different queues: just track the
pauses themselves.
@rosa rosa merged commit 4ff7083 into main Oct 26, 2023
2 checks passed
@rosa rosa deleted the pauses branch October 26, 2023 16:17
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