Ticket #2736 (closed enhancement: wontfix)

Opened 22 months ago

Last modified 20 months ago

Archiver fixes

Reported by: ross Owned by: ross
Priority: awaiting triage Milestone: ckan-v1.9
Component: ckan Keywords:
Cc: Repository: ckan
Theme: none

Description

We need to check the archiver to make sure it works as we would expect after the changes in #2732:

  • Receive notification of a file that needs processing
  • Check the file's DB entry and upload the file to the configured remote service
  • Update the URL of the file (both in the file's DB entry and the resource)
  • Once we're sure the file is safely archived, we should mark the file as being archived

so that we know it can safely be deleted at some point.

Maybe this could/should be implemented as a service rather than a celery task?

Change History

comment:1 Changed 20 months ago by ross

  • Status changed from new to closed
  • Resolution set to wontfix

Going to be reworked without celery.

Note: See TracTickets for help on using tickets.