Remix.run Logo
Kaliboy 2 hours ago

This is a similar concept to Faktory, which uses a built in Redis server to manage shared job state.

You then implement workers in your language of choice and subscribe to queues.

Very interesting though, the article mentioned a few things I hadn't considered before like shared access to one database from multiple (different) apps.

I wonder how database schema state is handled in a case like that. And CI/CD.