Skip to content
This repository has been archived by the owner on Nov 10, 2021. It is now read-only.

Use Que for background jobs instead Sidekiq #4

Open
beydogan opened this issue Jul 17, 2017 · 2 comments
Open

Use Que for background jobs instead Sidekiq #4

beydogan opened this issue Jul 17, 2017 · 2 comments

Comments

@beydogan
Copy link
Contributor

beydogan commented Jul 17, 2017

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

@simonoff
Copy link

@beydogan but will required a postgresql :)

@simonoff
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants