fab-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fab-user] Help running a background Task: celery daemon


From: Amit Saha
Subject: [Fab-user] Help running a background Task: celery daemon
Date: Tue, 12 Jun 2012 14:55:20 +1000

Hello:

I want to run 'celeryd' (celery daemon) as a background process on a
remote machine. I have tried to follow the FAQ and also the issue
tracker comments [1] and tried this using:

run('cd {0:s};nohup sudo celeryd --loglevel=INFO --logfile={1:s} >&
"/dev/null" < "/dev/null" &'.format(worker_workdir,log),pty=False)

Is this correct? It doesn't seem to be working.

Thanks in advance.

Best,
-Amit

-- 
http://echorand.me



reply via email to

[Prev in Thread] Current Thread [Next in Thread]