dokku-api icon indicating copy to clipboard operation
dokku-api copied to clipboard

Use Que for background jobs instead Sidekiq

Open beydogan opened this issue 8 years ago • 2 comments

Que uses PostgreSQL as background while Sidekiq is using Redis. Switching to Que will remove Redis dependency.

https://github.com/chanks/que https://github.com/chanks/que/blob/master/docs/using_plain_connections.md

beydogan avatar Jul 17 '17 14:07 beydogan

@beydogan but will required a postgresql :)

simonoff avatar Sep 12 '19 12:09 simonoff

For such app better to use a sqlite. Its not so big.

simonoff avatar Sep 12 '19 12:09 simonoff