Hi, Why check_file_based_cache_is_absolute doesn't close cache? Does Django have any reasons for that?
I expect that in https://github.com/django/django/blob/4b066bde692078b194709d517b27e55defae787c/django/core/checks/caches.py#L62 function each cache will be closed before continue statement. For example, DjangoCache initializes SQLite DB. Our project has multiple RQ workers. Each of them keeps the DB open till its death. -- Nikita -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/542a64ac-77f5-472c-a533-4af24db87618n%40googlegroups.com.