Skip to content

Draft: gitlab: enable spamcheck service

Jelle van der Waa requested to merge enable-gitlab-spamcheck into master

It is unclear to us how much this service will help, but let's enable it as we have access to it. It is documented here:

https://docs.gitlab.com/ee/administration/reporting/spamcheck.html#enable-spamcheck

Configuration: https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/files/gitlab-config-template/gitlab.rb.template#L3327

Enable on gitlab.archlinux.org

root@gitlab:/# gitlab-ctl status | grep spam
run: spam-classifier: (pid 2283) 243s; run: log: (pid 2356) 240s
run: spamcheck: (pid 3924) 202s; run: log: (pid 2138) 248s

It is unclear if it actually does anything, the logs are in /var/log/gitlab/spam-classifier

root@gitlab:/# tail /var/log/gitlab/spam-classifier/preprocess.log
2023-07-29 12:52:24,524 : INFO : __main__ : Awaiting connection...
Edited by Jelle van der Waa

Merge request reports