Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement other backends for tlog and queues #7

Open
scaleupcto opened this issue Jun 11, 2014 · 2 comments
Open

Implement other backends for tlog and queues #7

scaleupcto opened this issue Jun 11, 2014 · 2 comments

Comments

@scaleupcto
Copy link
Contributor

Using Mongo for the tlog and queues is a PITA. The problem is Mongo never recovers filesize, the transaction log is continually growing and shrinking. Eventually it fills the disk even though the document count in the queue is low, and one prunes their tlog...

Instead, implement Doctrine for the tlog (you can choose your backend in config then, like postgres) and implement resque workers for queue (backed by redis)

@scaleupcto
Copy link
Contributor Author

Working on doctrine here: #6

@scaleupcto
Copy link
Contributor Author

We're working on the resque workers here, here and here.

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

No branches or pull requests

1 participant