-
Notifications
You must be signed in to change notification settings - Fork 166
Closed
Description
I encountered a problem that when I deliver large amounts of log files from one server to RabbitMQ, I don't get all the events and in some cases I have to restart Beaver in order for it to start sending the events again.
After playing with the run_queue.py file I managed to print the number transports to RabbitMQ vs the number of events in the internal Queue of beaver and I see that the internal queue is feeling up pretty quickly with a ratio of about 1:4 of values entering the Queue and values transported to RabbitMQ.
Is there a way to improve the performance here? maybe increase the number of thread dealing with the transport?
Metadata
Metadata
Assignees
Labels
No labels