mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Actually check if we;re processing
This commit is contained in:
parent
ed3979df5f
commit
d96a070a3a
@ -112,6 +112,8 @@ class HttpPusher(object):
|
|||||||
|
|
||||||
@defer.inlineCallbacks
|
@defer.inlineCallbacks
|
||||||
def _process(self):
|
def _process(self):
|
||||||
|
if self.processing:
|
||||||
|
return
|
||||||
try:
|
try:
|
||||||
self.processing = True
|
self.processing = True
|
||||||
yield self._unsafe_process()
|
yield self._unsafe_process()
|
||||||
|
Loading…
Reference in New Issue
Block a user