mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-22 06:08:11 +08:00
It turns out that checking stale connections on a timer takes between 1-2 times as long as just checking them always. This also has the benefit of catching timeouts that happen between timer loops.