Open axelstudios opened 1 year ago
This issue has been automatically marked as stale because it has not had recent activity within 60 days. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been closed automatically. If this still affects you please re-open this issue with a comment or contact us so we can look into resolving it.
This issue has been automatically marked as stale because it has not had recent activity within 60 days. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity within 60 days. It will be closed if no further activity occurs. Thank you for your contributions.
Is your feature request related to a problem? Please describe. Geocoding UBIDs doesn't report progress to the UI, and when importing tons of records can take a very long time while the UI shows 0% progress.
Describe the solution you'd like The function
decode_unique_ids
should work in chunks and report progress to redis rather than iterating one state at a time (additionally, calling.save()
each time is inefficient compared to a transaction)Additional context