I ditched Redis and built a job queue on SQLite. Here's what actually broke.
I wanted to trigger a notification on my Android phone whenever a script finished running on a cloud server.
The obvious answer is Firebase, or Redis with a worker, or RabbitMQ. I looked at all of the
dsecurity.hashnode.dev7 min read