You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, I am bulk indexing. In production that task is scheduled every 2 minutes. When checking services with many layers cache will be full of layers to index and it can happen that in 2 minutes that task is not completed, and there will be more ones running at the same time which can cause problems to solr
Some periodic task should run only once at a time. For example tindex_cached_layers
Here there is some good hint to get this done:
https://stackoverflow.com/questions/4095940/running-unique-tasks-with-celery
The text was updated successfully, but these errors were encountered: