Rescraping an actor does not update the updated_at #38
Labels
No Label
bug
duplicate
enhancement
feature
help wanted
invalid
question
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: DebaucheryLibrarian/traxxx#38
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Running the following I would expect that it would update any actors that do not have information from any scraper that is newer than the 1st of Feb 2021.
npm start -- --force --actors-update "2021-02-01"
The SQL was incorrect as it should be >= and not <=, also exclude any actors with an alias for or it will fail as it tries to create a duplicate name.
The following shoudl be anything with that does not have a profile new that today so everything?
npm start -- --force --actors-update
but it uses new Date(0, 0, 0) set in interpretAfter in argv.js, and the following was not being used to set it to the current date.
curateProfileEntry should also set this value if it is an update, so that the profile knows that this is the correct data at the current date.
if (profile.update) curatedProfileEntry.updated_at = new Date().toDateString();
a rescrape of an actor does not update the updated_at valueto Rescraping an actor does not update the updated_at valueRescraping an actor does not update the updated_at valueto Rescraping an actor does not update the updated_at