You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: