Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upctl check: check if two bot use the same cache db #1316
Milestone
Comments
|
Can easily lead to false positives, especially with multiple instances of the same bot. Maybe instead only check that no two different bot modules use the same database, e.g. two completely different experts should not use the same DB, but two deduplicators are allowed to use the same one. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Idea for the intelmqctl check method:
Check if there are two bots which use the same redis cache database, issue a warning if this is the case. Bots should use the databases >= 10.