RepoJournal
Rails

@rails

Ruby on Rails — Shopify, Basecamp, GitHub all run on it

Pick a date

Topics: Ruby Full archive →

The Wire · Showcase

SOLID_QUEUE ADDS CONFIG VALIDATION BEFORE STARTUP

By RepoJournal · Filed · About Rails

Solid Queue ships a critical safety check that catches broken recurring.yml before your supervisor silently exits with no workers running.

The new `bin/jobs check` command [1] validates your Solid Queue configuration before the supervisor boots, solving a nasty class of production failures where typos in cron syntax cause the process to exit cleanly without error logging. Previously [2], a malformed recurring.yml would print to stdout nobody was listening to, then exit successfully, leaving you wondering why scheduled jobs never ran. This works as both a CLI command and a `solid_queue:check` rake task, and intelligently skips database checks on CI where credentials aren't available. In parallel, Solid Cable v4.0.2 shipped a fix [3] that resets the retry counter on each successful poll [4], preventing unnecessary backoff accumulation across network glitches. On the Rails core side, a regression test landed [5] for `config.action_dispatch.default_headers` set in initializers, guarding against 8.x breakage where the timing of config propagation was broken. Documentation cleanup continues across the main Rails repo [6], sweeping typos from guides and API docs.

Action items

References

  1. [1] add bin/jobs check to validate config before starting ↗ rails/solid_queue
  2. [2] add bin/jobs check to validate config before starting rails/solid_queue
  3. [3] v4.0.2 ↗ rails/solid_cable
  4. [4] Reset retry counter on each successful poll ↗ rails/solid_cable
  5. [5] Test that config.action_dispatch.default_headers set in an initializer is applied ↗ rails/rails
  6. [6] Fix typos and inconsistencies in documentation ↗ rails/rails

Quick answers

What shipped in Rails on July 19, 2026?
Solid Queue ships a critical safety check that catches broken recurring.yml before your supervisor silently exits with no workers running. In total, 8 commits, 6 pull requests, and 1 releases landed.
Who contributed to Rails on July 19, 2026?
7 developers shipped this update, including npezza93, 55728, fatkodima, nurey, Hartley McGuire, alexanderadam, and Claudio B..
What were the notable Rails updates?
add bin/jobs check to validate config before starting, add bin/jobs check to validate config before starting, and v4.0.2.

More from @rails

Daily updates, in your inbox

Follow Rails

Ruby on Rails — Shopify, Basecamp, GitHub all run on it We'll email you a link to confirm first.

Free. Confirm via email. Unsubscribe in one click.

— or follow the whole beat:

Elsewhere on the wire