mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:06:05 -04:00
Actually check if we;re processing
This commit is contained in:
parent
ed3979df5f
commit
d96a070a3a
1 changed files with 2 additions and 0 deletions
|
@ -112,6 +112,8 @@ class HttpPusher(object):
|
|||
|
||||
@defer.inlineCallbacks
|
||||
def _process(self):
|
||||
if self.processing:
|
||||
return
|
||||
try:
|
||||
self.processing = True
|
||||
yield self._unsafe_process()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue