When I launch celery worker/beat from the command line my code executes fine, but when I run in daemon mode, I seem to get import errors in the code being executed at the point when beat sends the task
the_rat joined the channel
Also weirdly this only occurs on a server, not at all on my laptop where the same repo code works both when celery is started from commandline and in damon mode
any ideas what could possibly cause beahviour like this?
I know that the module does exist. Permissions seem good. The /etc/defaults/celeryd/celerybeat files are the same that worked locally on laptop, aside from username changes matching server
rickmak_ has quit
the_rat has quit
Debnet`Work joined the channel
Debnet has quit
rickmak_ joined the channel
alex430_ joined the channel
hgnngh has quit
alex430_ has quit
hanine joined the channel
darkelda joined the channel
darkelda joined the channel
gnoze5 has quit
gnoze5 joined the channel
hgnngh joined the channel
Debnet joined the channel
Debnet`Laptop joined the channel
Debnet`Work has quit
hanine has quit
Debnet has quit
hgnngh has quit
Asgaroth joined the channel
malinoff joined the channel
ChOcO-Bn has quit
alex430_ joined the channel
rickmak_ has quit
alex430_ has quit
rickmak joined the channel
bernardio joined the channel
hgnngh joined the channel
hgnngh has quit
alex430 has quit
hgnngh joined the channel
hgnngh has quit
rickmak has quit
rickmak joined the channel
hgnngh joined the channel
hgnngh has quit
the_rat_ joined the channel
hgnngh joined the channel
Debnet`Laptop has quit
Debnet joined the channel
the_rat_ has quit
hgnngh has quit
hgnngh joined the channel
hgnngh has quit
hgnngh joined the channel
alex430 joined the channel
bernardio has quit
InfoTest has quit
alex430 has quit
bernardio joined the channel
bernardio
Hi channel
I really need some help with an issue I am facing
I am having issues integrating celery with Django
so far, I have my tasks setup and the configs ready...
I am currently running a celery instance and this is the output from shell
From the example i followed, after running the task and getting this output, <AsyncResult: a581268e-9a11-4ce6-aaa4-7c0314f35d5d>, I should see a message logged in the shell that is running celery...
I got nothing, however. What might I be doing wrong?
ANY HELP?
shiriru joined the channel
alex430 has quit
adrian_lc
bernardio, transport: memory://localhost:6379/15
that doesn't seem right
bernardio
hmm...
what do you think it should be?
adrian_lc
your shell and the worker are separate processes they cannot communicate through memory