RSSAmplifier

Pickles · Jun 16, 2026

You Probably Don't Need Redis: Put the Job Queue in Your SQLite File

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

Your app stores its data in SQLite (or Postgres). Now you need a background job queue — send the welcome email, resize the upload, fire the webhook — and the reflex answer is automatic: “add Redis, and Celery or Sidekiq or BullMQ on top.” That works. It also adds a whole second datastore to your system: another thing to run, back up, monitor, and reason about. And it quietly introduces a…

Read on pickles.news

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.