Actions
Issue #5569
closedCannot poll a collection import immediately after the collection is uploaded
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
-
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
The problem is that the task creates the CollectionImport object and so it cannot be polled until the task starts. This causes 404s for galaxy.
Actions
Creating a CollectionImport immediately after the task
Galaxy was polling the CollectionImport which wasn't being created until the task started. This caused 404s.
fixes #5569