Actions
Issue #8451
closedcreate and update exporter should be async apis
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Katello
Sprint:
Sprint 93
Quarter:
Description
Currently create and update exporter are not async, and happen immediately. This cause a problem (or possibly just confusion) if these actions occur in the middle of an export.
COPY¶
This is a copy for pulp_file, where we need to make the filesystem exporter apis async, before we force it from pulpcore.
This needs to be in the first release compatible with pulpcore 3.12.
Related issues
Actions
Make filesystem exporter apis async
This will introduce a change that is about to come with pulpcore 3.12 anyway. But that would introduce incompatible bindings changes between two pulp_file releases. We must be proactive here in order to be able to ship compatible binding packages.
Required PR: https://github.com/pulp/pulpcore/pull/1200
fixes #8451 https://pulp.plan.io/issues/8451