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

Migrate to Solid Queue 0.9.x, extract tables, and update config #1652

Merged
merged 3 commits into from
Oct 15, 2024

Commits on Oct 15, 2024

  1. Migrate to Solid Queue 0.8.x and extract tables

    With Solid Queue 0.8.0, support for dedicated  databases were introduced. In fact, Rails recommends moving the database, which we perform with the migration.
    
    Unfortunately, it is currently unclear how exactly schema migrations will be provided. Therefore, we cannot use the same GitHub actions workflow for now and will re-add it once a new migration has been published.
    MrSerth committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    ebe069b View commit details
    Browse the repository at this point in the history
  2. Migrate to Solid Queue 0.9.x and split config files

    With Solid Queue 0.9.0, the configuration is split into two files (`queue.yml` and `recurring.yml`)
    MrSerth committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    751b823 View commit details
    Browse the repository at this point in the history
  3. Disable NbpSyncAllJob

    We currently lack valid credentials to push changes, so that we don't want to execute the job regularly.
    MrSerth committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    fefb945 View commit details
    Browse the repository at this point in the history