domainaware / parsedmarc

A Python package and CLI for parsing aggregate and forensic DMARC reports
https://domainaware.github.io/parsedmarc/
Apache License 2.0
966 stars 210 forks source link

initialize syslog, s3 and kafka clients only once #386

Closed kcyd closed 1 year ago

kcyd commented 1 year ago

should fix #289 and fix #380 didn't test it yet and edited only in github, hopefully no indentition errors

codecov[bot] commented 1 year ago

Codecov Report

Base: 59.13% // Head: 59.13% // No change to project coverage :thumbsup:

Coverage data is based on head (513ba70) compared to base (b10cc06). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #386 +/- ## ======================================= Coverage 59.13% 59.13% ======================================= Files 10 10 Lines 1336 1336 ======================================= Hits 790 790 Misses 546 546 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=domainaware). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=domainaware)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

seanthegeek commented 1 year ago

Thanks!