code0-tech / sagittarius

The orchestrating backend for the Code0 application
4 stars 0 forks source link

Evaluate GoodJob as background job runtime #126

Closed Taucher2003 closed 4 months ago

Taucher2003 commented 6 months ago

Currently we have Sidekiq set up for background jobs. Sidekiq depends on Redis and is our only use of Redis.

We should evaluate GoodJob and check if we should switch, because then we don't need Redis in the application as GoodJob is Postgres based.