After some investigation, I discovered that SCRAPEOPS_SETTINGS_EXCLUSION_LIST is not being honored because the settings are getting fetched and cached before the exclusion list is set meaning that only the default exclusions (API_KEY, etc) are honored
After some investigation, I discovered that
SCRAPEOPS_SETTINGS_EXCLUSION_LIST
is not being honored because the settings are getting fetched and cached before the exclusion list is set meaning that only the default exclusions (API_KEY
, etc) are honored