The exclude table is an operational table that is used to limit the cache rebuilding behavior within facade
its used several times in this file:
|
"LEFT JOIN exclude e ON " |
unresolved_commit_emails is also used as a table that controls aspects of collection (used as part of contributor resolution to avoid hitting the github API for the same nonexistent/unresolveable users over and over).
These should probably be moved to the operations schema
The
excludetable is an operational table that is used to limit the cache rebuilding behavior within facadeits used several times in this file:
CollectOSS/collectoss/tasks/git/util/facade_worker/facade_worker/rebuildcache.py
Line 562 in bdf1166
unresolved_commit_emailsis also used as a table that controls aspects of collection (used as part of contributor resolution to avoid hitting the github API for the same nonexistent/unresolveable users over and over).These should probably be moved to the
operationsschema