Issue #7438
closed
create and update exporter should be async apis
Status:
CLOSED - CURRENTRELEASE
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.
- Triaged changed from No to Yes
- Sprint set to Sprint 80
- Sprint changed from Sprint 80 to Sprint 81
- Sprint changed from Sprint 81 to Sprint 82
- Sprint changed from Sprint 82 to Sprint 83
- Sprint changed from Sprint 83 to Sprint 84
- Sprint changed from Sprint 84 to Sprint 85
- Sprint changed from Sprint 85 to Sprint 86
- Sprint changed from Sprint 86 to Sprint 87
- Sprint changed from Sprint 87 to Sprint 88
- Sprint changed from Sprint 88 to Sprint 89
- Sprint changed from Sprint 89 to Sprint 90
- Sprint/Milestone set to 3.12.0
- Sprint deleted (
Sprint 90)
- Status changed from NEW to ASSIGNED
- Assignee set to mdellweg
- Status changed from ASSIGNED to POST
- Copied to Issue #8451: create and update exporter should be async apis added
- Status changed from POST to MODIFIED
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Also available in: Atom
PDF
Wrap Exporter update and destroy calls in tasks
Exporter is a resource that needs to be reserved to change it. Running an export task, while the exporter is being changed can lead to problems otherwise.
fixes #7438