Building a zero-infra job queue with SQLite (and stress-testing it to 14 jobs/sec)
I needed to trigger automation scripts on an old Android phone from a cloud VPS, without opening ports or spinning up Redis. So I built a job queue out of Flask and SQLite.
Here is a deep dive into wh
dsecurity.hashnode.dev5 min read