So I reinvented a task queue I guess?
Notes: the database structures used are only compatible with PostgreSQL. Thus for development, you need to use the docker-compose.dev.yml file (see the scripts folder to start one).
Please change the postgres password.
Current development setup.
# for postgres
scripts/database.shIn another terminal:
npm install # first time only
npm startEventually I'll make a dockerfile that you can just run but not yet.
Namespaces are kinda broken rn because I didn't segment the cache by namespace. just run another instance for now.