calpaterson / csvbase

a simple website for sharing table data - with an API
https://csvbase.com
GNU Affero General Public License v3.0
372 stars 12 forks source link

Need some sort of way to tell people that a large representation has not been generated #131

Closed calpaterson closed 1 month ago

calpaterson commented 3 months ago

Brief overview

AS A user downloading a large representation that isn't in the repcache

I WANT to get some kind of error code to tell me to backoff (complete with HTML that auto-refreshes to retry download)

SO THAT I don't just get a 5xx error

Additional details

This needs the addition (sadly) of Celery to run the generation in the background

calpaterson commented 1 month ago

This now works