Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
Removes the guard cycle sleep, now handled by the wait
Browse files Browse the repository at this point in the history
  • Loading branch information
stumpylog committed Sep 3, 2022
1 parent 3d24b1f commit c901254
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion django_q/cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,6 @@ def guard(self):
scheduler(broker=self.broker)
# Save current status
Stat(self).save()
sleep(cycle)
self.stop()

def stop(self):
Expand Down

0 comments on commit c901254

Please sign in to comment.