This PR fixes a major issue with the twitter account list scraper where it was being triggered every time a twitter account was scraped (so, thousands of times a day).
NOTE: this did not impact production, since we were still in QA for this feature (it did not make it past staging yet)
This PR also makes an inconsequential tweak related to accepted column names.
Description
This PR fixes a major issue with the twitter account list scraper where it was being triggered every time a twitter account was scraped (so, thousands of times a day).
NOTE: this did not impact production, since we were still in QA for this feature (it did not make it past staging yet)
This PR also makes an inconsequential tweak related to accepted column names.
Due Diligence Checklist
Steps to Test
yarn test
Deploy Notes
None
Related Issues
Resolves #361 Resolves #362 Resolves #357