emails not being sent
Created by: petergus
ive searched around not totally understanding it yet.. emails are not coming though.
i have checked sendmail and it works fine (and have left the default mailer in the ruby app). there is nothing in the que.
for the record im running gitlab on an IP at port 8080 on phusion passenger. i installed unicon but never used it. also i checked /home/gitlab/gitlab/tmp/pids/resque_worker.pid and it is owned by gitlab:gitlab
RESQUE is paused... i tried to start with this and it still says paused.
gitlab 5026 0.0 0.6 865112 104204 ? Sl Nov27 0:18 resque-1.20.0: Waiting for post_receive,mailer,system_hook
gitlab 15600 0.0 0.6 865588 110312 ? Sl Nov22 1:55 resque-1.20.0: Paused
sh -l -c "cd /home/gitlab/gitlab > /dev/null 2>&1 && ./resque.sh"
my main questions is, who processes first, resque or sendmail?
in gitlab admin/resque/stats i see this:
environment production
failed 0
pending 0
processed 84
queues 2
servers ["redis://127.0.0.1:6379/0"]
workers 5
working 0
so im just a bit confused. i suppose if i managed to start up resque something would happen?