Looks like a change in celery 5 which we just started using on the latest master branches, we need to update the role to use --queues instead of --queue, you can start doing so in your own copy of the role.
Best regards *Federico Capoano* On Tue, Jan 4, 2022 at 3:53 AM Harish SS <[email protected]> wrote: > Hi all, > > I am trying to install Openwisp server on Ubuntu 18.04,I am successfully > installed the openwisp server but when i restart server I am getting below > error from celery > > daphne:asgi0: stopped > celerybeat: stopped > openwisp2: stopped > celery: ERROR (spawn error) > celery_network: ERROR (spawn error) > openwisp2: started > celerybeat: started > daphne:asgi0: started > celery_monitoring: ERROR (spawn error) > > > In log file I am getting error as below > > Usage: celery worker [OPTIONS] > Try 'celery worker --help' for help. > > Error: no such option: --queue Did you mean --queues? > Usage: celery worker [OPTIONS] > Try 'celery worker --help' for help. > > Error: no such option: --queue Did you mean --queues? > Usage: celery worker [OPTIONS] > Try 'celery worker --help' for help. > > Error: no such option: --queue Did you mean --queues? > Usage: celery worker [OPTIONS] > Try 'celery worker --help' for help. > > Error: no such option: --queue Did you mean --queues? > Usage: celery worker [OPTIONS] > Try 'celery worker --help' for help. > > Error: no such option: --queue Did you mean --queues? > Usage: celery worker [OPTIONS] > Try 'celery worker --help' for help. > > Error: no such option: --queue Did you mean --queues? > Usage: celery worker [OPTIONS] > Try 'celery worker --help' for help. > > > Attached the Log files for reference > > Thank you, > Harish > > > -- > You received this message because you are subscribed to the Google Groups > "OpenWISP" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web, visit > https://groups.google.com/d/msgid/openwisp/292df900-2469-42a2-a6ad-d9d6cae74810n%40googlegroups.com > <https://groups.google.com/d/msgid/openwisp/292df900-2469-42a2-a6ad-d9d6cae74810n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "OpenWISP" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web, visit https://groups.google.com/d/msgid/openwisp/CAAGgX6LGHZJg8T8hZkgkOWeQB2etGaOfg_nA%2B8SppJx85jMc7Q%40mail.gmail.com.
