HYLODE / HyUi

HYLODE User Interface Repository
http://hylode.org/
Apache License 2.0
3 stars 2 forks source link

Celery URL construction #304

Open dan-hanlon opened 1 year ago

dan-hanlon commented 1 year ago

Might be related to #300 – I was trying to at least stand up the docker containers on GAE and found this was causing the URL to be constructed wrong. An empty result was stored in the Redis cache for the census and therefore the pages were blank.

After this fix, the pages load but the discharge info requests from Baserow cause the pages to be slow to load, but I am testing this using the Baserow running on GAE07 while running HyUI on GAE08, so maybe it's mostly the transport time across the different machines.

This was changed in May in this commit https://github.com/HYLODE/HyUi/commit/a7a9db7e906003fac878d7f90e1aceb8083bdfb6 but I'm unsure why