Skip to content

Commit

Permalink
Remove periodic invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
stchris committed May 21, 2024
1 parent 431fb72 commit c02df33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion servicelayer/taskqueue.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,6 @@ def process_blocking(self):
pass
finally:
clear_contextvars()
self.periodic()

def process_nonblocking(self):
"""Non-blocking worker is used for tests only."""
Expand Down

0 comments on commit c02df33

Please sign in to comment.