ckan / ckanext-archiver

Archive CKAN resources
MIT License
21 stars 46 forks source link

Race conditions in update_package #93

Open thorge opened 9 months ago

thorge commented 9 months ago

This "hack" needs also to be added to update_package: https://github.com/ckan/ckanext-archiver/blob/cbfadf9fbf10405958fdef9f77a7faedc05aa20b/ckanext/archiver/tasks.py#L116-L117

The whole solution is generally not ideal, are there any new approaches to this issue?