Skip to content
Snippets Groups Projects
Commit 0ba70a1a authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

Archiver Director/Worker: Add copy to backend worker implementation

Actions storage:
- Open cache_content_get to retrieve contents in cache
- sql/upgrades/080: Add stored procedure to read contents from cache

Actions archiver:
- d/control: Add dependency to archiver on python3-swh.objstorage.cloud
- Renamed Archiver(Director|Worker) to
ArchiverWithRetentionPolicy(Director|Worker)
- Add ArchiverToBackend(Director|Worker)
- Add new celery task dedicated for new workers
- Update docstring details

Related T555
parent 1ff7d2a8
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@ flask
# Internal dependencies
swh.core >= 0.0.23
swh.objstorage >= 0.0.2
swh.objstorage.cloud >= 0.0.9
click
swh.scheduler
  • Phabricator Migration user @phabricator-migration ·
    Owner

    Some references in the commit message have been migrated:

    • T555 is now swh/meta#555
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment