22 Nov
2018
22 Nov
'18
10:14 a.m.
On Sun, 2018-11-18 at 14:38 -0800, Mark Sapiro wrote:
No. This is not normal. This is apparently coming from Django qcluster. At least it is qcluster that uses the django_q_ormq table, but these repeated queries are not normal, at least I don't see them in the sites I administer.
These calls are normal, since qcluster polls the database at a high rate:
https://django-q.readthedocs.io/en/latest/configure.html#poll
Fortunately this setting can be reduced, but yeah, polling happens though.
Stefan