The Celery task scheduler does not seem to be running

Dear support,

when we use the system and do nothing change on that, show the error message today as below

The Celery task scheduler does not seem to be running. This means that email sending and periodic tasks such as event reminders do not work.

then i check on the celery take , it’s running as below

[root@indico20190416 ~]# systemctl status indico-celery
● indico-celery.service - Indico Celery
   Loaded: loaded (/etc/systemd/system/indico-celery.service; enabled; vendor preset: disabled)
   Active: active (running) since Wed 2019-06-26 04:31:30 EDT; 10s ago
 Main PID: 15766 (indico)
   CGroup: /system.slice/indico-celery.service
           ├─15766 /opt/indico/.venv/bin/python /opt/indico/.venv/bin/indico celery worker -B
           ├─15774 /opt/indico/.venv/bin/python /opt/indico/.venv/bin/indico celery worker -B
           ├─15776 /opt/indico/.venv/bin/python /opt/indico/.venv/bin/indico celery worker -B
           ├─15777 /opt/indico/.venv/bin/python /opt/indico/.venv/bin/indico celery worker -B
           ├─15778 /opt/indico/.venv/bin/python /opt/indico/.venv/bin/indico celery worker -B
           └─15779 /opt/indico/.venv/bin/python /opt/indico/.venv/bin/indico celery worker -B

Jun 26 04:31:34 indico20190416.novalocal indico-celery[15766]: 2019-06-26 04:31:34,909  WARNING  000000000000000...ice
Jun 26 04:31:34 indico20190416.novalocal indico-celery[15766]: 2019-06-26 04:31:34,909  WARNING  000000000000000...543
Jun 26 04:31:34 indico20190416.novalocal indico-celery[15766]: 2019-06-26 04:31:34,905  INFO     000000000000000......
Jun 26 04:31:36 indico20190416.novalocal indico-celery[15766]: 2019-06-26 04:31:36,049  WARNING  000000000000000...t):
Jun 26 04:31:36 indico20190416.novalocal indico-celery[15766]: 2019-06-26 04:31:36,050  WARNING  000000000000000...mit
Jun 26 04:31:36 indico20190416.novalocal indico-celery[15766]: 2019-06-26 04:31:36,051  WARNING  000000000000000...h()
Jun 26 04:31:36 indico20190416.novalocal indico-celery[15766]: 2019-06-26 04:31:36,051  WARNING  000000000000000...ush
Jun 26 04:31:36 indico20190416.novalocal indico-celery[15766]: 2019-06-26 04:31:36,052  WARNING  000000000000000...h()
Jun 26 04:31:36 indico20190416.novalocal indico-celery[15766]: 2019-06-26 04:31:36,052  WARNING  000000000000000...ice
Jun 26 04:31:36 indico20190416.novalocal indico-celery[15766]: 2019-06-26 04:31:36,053  WARNING  000000000000000...423
Hint: Some lines were ellipsized, use -l to show in full.

and i try to restart the service, but the error message still that.

can you give me any advice on that?

thanks

B&R
Jimmy

Please post the full log (systemctl status -l indico-celery); the truncated lines are pretty much useless…
Also check /opt/indico/logs/celery.log.

If there’s no helpful info in the full log output, stop the service and (temporarily) run indico celery worker -B manually as the indico user and see if there’s any useful output there.