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

Commits on Oct 25, 2023

  1. Stop calling deprecated methods to set fixture paths in tests

    ```
    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.
    ```
    rosa committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    809eb4b View commit details
    Browse the repository at this point in the history
  2. Add base class for all Solid Queue records

    It'll be useful later when using different DBs/connections.
    rosa committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    cc3fca5 View commit details
    Browse the repository at this point in the history
  3. Implement queue pauses

    Super simple implementation that doesn't require us to think
    about when/how track the different queues: just track the
    pauses themselves.
    rosa committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    1253c9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb33ee7 View commit details
    Browse the repository at this point in the history