Skip to content

Conform Geo Uploads Status to Geo Statuses

What

Based on findings and tech-debt added as part of !30656 (merged)

We found that currently Geo Uploads do not have the concept of a "Pending" status. However, after conversations and decisions made as part of the Geo: Status Cleanup we only want to have 3 statuses:

  1. Synced
  2. Pending
  3. Failed

This will require an update to the UploadRegistry to support this new status structure as stated above the concept of pending doesn't exist currently.

@mkozono also mentioned that this should be fixed as part of moving Uploads into the Self-Service Framework. So this issue may become obsolete if that effort comes first.

Proposal

Option A. Implement Uploads into Self-Service and we get the updated statuses by default
Option B. Temporarily update UploadRegistry now to support the new states until Self Service is ready

Edited by Zack Cuddy