Closed super0xie closed 10 years ago
It's mostly like an issue of rabbitmq/celery going down.
On Tue, Apr 22, 2014 at 9:22 PM, super0xie notifications@github.com wrote:
after I setup a formhub server and submit a form then enter some data. I try to export the data into a xls file. But it keeps pending. How to solve this problem?
— Reply to this email directly or view it on GitHubhttps://github.com/SEL-Columbia/formhub/issues/1321 .
thanks for reply! when I try to start the celery by using the command: /etc/init.d/celery.d start I got this message: Unknown command: 'celeryd_multi' Any idea?
Sounds like you need to configure celery. Have you walked through these docs, https://github.com/SEL-Columbia/formhub/wiki/Installation-and-Deployment#configure-the-celery-daemon On Apr 22, 2014 2:38 PM, "super0xie" notifications@github.com wrote:
thanks for reply! when I try to start the celery by using the command: /etc/init.d/celery.d start I got this message: Unknown command: 'celeryd_multi' Any idea?
Reply to this email directly or view it on GitHubhttps://github.com/SEL-Columbia/formhub/issues/1321#issuecomment-41077523 .
I did that. But I don't know if I modify the /etc/default/celeryd file correctly
celeryd_multi
is sometimes called celeryd-multi
, what commands starting with celeryd exist? you might have to correct the init file or run celeryd directly in the foreground and inspect the output.
Thanks Matt and Peter. You guys are great! I think I have fix it by editing the /etc/default/celeryd file once more. This is really a big help!
after I setup a formhub server and submit a form then enter some data. I try to export the data into a xls file. But it keeps pending. How to solve this problem?