summaryrefslogtreecommitdiff
path: root/src/mailman/runners/rest.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/runners/rest.py')
-rw-r--r--src/mailman/runners/rest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mailman/runners/rest.py b/src/mailman/runners/rest.py
index 8c6a210e1..468d9a95c 100644
--- a/src/mailman/runners/rest.py
+++ b/src/mailman/runners/rest.py
@@ -41,6 +41,7 @@ log = logging.getLogger('mailman.http')
class RESTRunner(Runner):
intercept_signals = False
+ is_queue_runner = False
def run(self):
log.info('Starting REST server')