ansible / eda-server

Event Driven Ansible for AAP
Apache License 2.0
59 stars 35 forks source link

fix: remove line_number from RulebookProcessLog #919

Closed jshimkus-rh closed 1 month ago

jshimkus-rh commented 1 month ago

Constantly querying during log writing is a severe bottleneck and the line number provides little actual value.

Also changes log processing flush default to every 100 entries rather than after each entry. This further enhances the log writing performance.

https://issues.redhat.com/browse/AAP-21897 https://issues.redhat.com/browse/AAP-19845 https://issues.redhat.com/browse/AAP-21033 https://issues.redhat.com/browse/AAP-20821 https://issues.redhat.com/browse/AAP-24186