spectriclabs / elastic_datashader

:earth_americas: Datashader enabled TMS server with ElasticSearch backend
Apache License 2.0
4 stars 1 forks source link

If datashader is unable to startup if there are too many cache files #45

Closed desean1625 closed 11 months ago

desean1625 commented 11 months ago

gunicorn times out the worker while it tries to clear the cache because it takes too long to glob the files in the cache directory.

https://docs.gunicorn.org/en/stable/settings.html#timeout

Potential temporary relief to increase the timeout time. but need a long term solution.

desean1625 commented 11 months ago

fixed in 5f3650f