feat: don't cache procrastinate_jobs table

This commit is contained in:
Herculino Trotta
2024-10-17 00:36:58 -03:00
parent 2affd39c7b
commit 1719f6f834
+2
View File
@@ -279,3 +279,5 @@ LOGGING = {
"level": "INFO", "level": "INFO",
}, },
} }
CACHALOT_UNCACHABLE_TABLES = ("django_migrations", "procrastinate_jobs")