Use tenacity for resolver retries

This commit is contained in:
Tim Möhlmann
2018-10-07 00:32:05 +03:00
parent d6c386651d
commit c457ccfa60
6 changed files with 27 additions and 46 deletions

View File

@@ -1,6 +1,7 @@
FROM alpine:edge
RUN apk add --no-cache python py-jinja2 rspamd rspamd-controller rspamd-proxy ca-certificates
RUN apk add --no-cache python py-jinja2 rspamd rspamd-controller rspamd-proxy ca-certificates py-pip \
&& pip install tenacity
RUN mkdir /run/rspamd