You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before the call the harvester job is there, but it does not have any errors.
After the call the errors have been stored for the harvester, despite the fact that the gather method of the harvester has not even started yet.
This happened both for the run_test paster command but also when I start the harvester via the WebUI.
I suspect that it has something to do with redis. Is there any hint on what might cause the problem and how to prevent it?
The text was updated successfully, but these errors were encountered:
sabinem
changed the title
harvest job shows gather errors from previous runs
harvest job shows gather errors from previous run
Jun 10, 2022
CKAN Version 2.8.10,
ckanext-harvest version v1.4.0
I have the following problem with my harvesters:
The previous errors are created at this call:
ckanext-harvest/ckanext/harvest/logic/action/update.py
Line 863 in 2560315
Before the call the harvester job is there, but it does not have any errors.
After the call the errors have been stored for the harvester, despite the fact that the gather method of the harvester has not even started yet.
This happened both for the
run_test
paster command but also when I start the harvester via the WebUI.I suspect that it has something to do with redis. Is there any hint on what might cause the problem and how to prevent it?
The text was updated successfully, but these errors were encountered: