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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Fixes the error of TypeError: cannot concatenate ‘str’ and ‘NoneType’ objects which occurs when a dataset is removed from the source of harvest and causes the harvest job to stuck in an infinite loop.
Fixes the error of The status never changes from ongoing to finished when stuck in infinite loop
Deletes the dataset which has been removed from the source (Applicable for datasets only after this change is in effect. The datasets which were removed before this change wont be removed from ckan. They would have to be deleted manually).