1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-09 07:25:19 +02:00

Remove references of Sidekiq

This commit is contained in:
Claude Ayitey 2024-01-06 14:51:05 +00:00
parent b024a45d44
commit c833cb3a9f

View file

@ -8,7 +8,7 @@ This codebase is currently in a very early stage of development, and is not prod
## Codebase
The codebase is vanilla [Rails](https://rubyonrails.org/), [Sidekiq](https://sidekiq.org/) w/ [Redis](https://redis.io/), [Puma](http://puma.io/), and [Postgres](https://www.postgresql.org/). Quite a simple setup.
The codebase is vanilla [Rails](https://rubyonrails.org/), [GoodJob](https://github.com/bensheldon/good_job/), [Puma](http://puma.io/), and [Postgres](https://www.postgresql.org/). Quite a simple setup.
## Setup