Skip to content

Commit

Permalink
Update mailman_server
Browse files Browse the repository at this point in the history
  • Loading branch information
jywarren committed Jun 3, 2019
1 parent d53a501 commit faa5a12
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion script/mailman_server
Expand Up @@ -31,7 +31,9 @@ Mailman::Application.run do
rescue Exception => e
Mailman.logger.error "Exception occurred while receiving message:\n#{message}"
Mailman.logger.error [e, *e.backtrace].join("\n")
retry if (retries += 1) < 3
# Seeing major site slowdowns; commenting out for now;
# https://github.com/publiclab/plots2/issues/5817
# retry if (retries += 1) < 3
end
end

Expand Down

0 comments on commit faa5a12

Please sign in to comment.