spatie / mailcoach-support

Questions and support for Mailcoach
https://mailcoach.app
31 stars 2 forks source link

Issue importing Subscribers on one-click installer #171

Closed gathrlabs closed 4 years ago

gathrlabs commented 4 years ago

The import status seemed to stay stuck on "scheduled". SSHing into the droplet and running horizon seemed to fix this issue. Is it possible that Horizon wasn't started on install?

riasvdv commented 4 years ago

Could you post the contents of the supervisor log? This should be starting horizon automatically

You can view the log by doing

cat /var/log/supervisor/supervisord.log

On your server through ssh

Maybe also the horizon log: cat /var/www/html/horizon.log

gathrlabs commented 4 years ago

2020-04-25 11:54:15,634 CRIT Supervisor running as root (no user in config file) 2020-04-25 11:54:15,636 INFO Included extra file "/etc/supervisor/conf.d/horizon.conf" during parsing 2020-04-25 11:54:15,681 INFO RPC interface 'supervisor' initialized 2020-04-25 11:54:15,702 CRIT Server 'unix_http_server' running without any HTTP authentication checking 2020-04-25 11:54:15,706 INFO supervisord started with pid 830 2020-04-25 11:54:16,709 INFO spawned: 'horizon' with pid 1026 2020-04-25 11:54:16,839 INFO exited: horizon (exit status 1; not expected) 2020-04-25 11:54:17,843 INFO spawned: 'horizon' with pid 1057 2020-04-25 11:54:17,972 INFO exited: horizon (exit status 1; not expected) 2020-04-25 11:54:19,976 INFO spawned: 'horizon' with pid 1355 2020-04-25 11:54:20,118 INFO exited: horizon (exit status 1; not expected) 2020-04-25 11:54:23,123 INFO spawned: 'horizon' with pid 1466 2020-04-25 11:54:23,211 INFO exited: horizon (exit status 1; not expected) 2020-04-25 11:54:24,215 INFO gave up: horizon entered FATAL state, too many start retries too quickly 2020-04-25 12:07:40,346 INFO spawned: 'horizon' with pid 12429 2020-04-25 12:07:41,639 INFO success: horizon entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)

gathrlabs commented 4 years ago

The only entry in the horizon log is

Horizon started successfully.

riasvdv commented 4 years ago

It seems like horizon failed to start the first few times, but then did successfully.

Is everything working for you currently? Seems like it was a once time mishap, haven't had any other reports and I can't reproduce it myself after starting a few one-click droplets.

Closing this for now