How to determine if a source is outdated? #43
CodeAlDente
started this conversation in
General
Replies: 2 comments
This comment has been hidden.
This comment has been hidden.
-
I am about to implement an automated process that will regenerate the corresponding CSV files for the sources on a regular basis. These CSV files will serve as a reference for determining which sources to include when updating domains. There are no specific criteria for whitelisting sources, meaning that all sources listed will be used. However, for blacklisting sources, we will consider a source "outdated" and exclude it from use if it meets any of the following conditions:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When is it appropriate to remove an external source file? In our CSV file containing the corresponding source data, there's information that could help identify outdated sources. The question is, what exactly qualifies as outdated, and how do we determine a suitable time frame for removal? I'm considering something like a year, but I'm uncertain if that's the right approach.
What do you guys think?
Beta Was this translation helpful? Give feedback.
All reactions