I don't see any output on the terminal where I ran 'celery flower'
ionelmc
mgedmin: looks like a bug in flower
sputnik1_ has quit
try different release
or browser
mgedmin
:/
ionelmc
yeah
stop using internet explorer :p
mgedmin
anyway thank you for pointing me towards celery worker -E
now at least I can see things happening in 'celery events'
mgedmin <- noob
ionelmc
we've all been there :)
xram joined the channel
rickmak joined the channel
xram joined the channel
MrBaboon joined the channel
sputnik13 joined the channel
sputnik13 has quit
robsmoniker joined the channel
sputnik13 joined the channel
sputnik13 has quit
maryokhin has quit
maryokhin joined the channel
maryokhin has left the channel
Bahman joined the channel
Bahman
Hi all!
Anyone using 3.1 with Python3.4.x?
Has anyone experienced any problems?
hugoserrat joined the channel
sputnik13 joined the channel
mjvs joined the channel
mjvs
I have two celery apps in my django project and I'd like to control to which app handles which @shared_tasks.
It seems a bit arbitrary which app handles which task now and I'd like to specify which app will take the task on execution, or on definition of the app, but I can't find how to do this.
Does anybody here have experience with multiple apps and shared tasks?
Debnet`Laptop joined the channel
Debnet`Work has quit
italorossi joined the channel
Grandpa joined the channel
Grandpa is now known as Guest49780
Guest49780
'ello! Anyone aboot?
MrBaboon joined the channel
italorossi has quit
MrBaboon has quit
mgedmin
rabbitmq-plugins enable rabbitmq_management -> one of the four graphs now works, the rest remain empty
elnappo joined the channel
hugoserrat
Hi, i am having an issue with celery 3.1.17 django 1.7 an redis as a broker. I don't understand why task duplicates with time. But the django task didn't created them. I had to add a db checkup to see if the task was created or just appeared from nowhere
could it be a problem with my settings ?
hugoserrat is now known as Austriker
asdfghff joined the channel
asdfghff
hello i have run into problems with celery
at some point it starts to "choke" with tasks
e.g. now i have 1800 tasks in "reserved" state
so the lag between a task being "received" and "started" can be as large as several minutes
which makes my app non-functional
Austriker
those it creates task from nowhere ?
asdfghff
how can i go about increasing celery throughput?
Austriker
because i have the same problem
asdfghff
currently i have one node with --concurrency at 20
but it only runs 8-10 tasks at any given moment
not 20 as i'd expect
Austriker: not in my case, those tasks aren't from nowhere, i just want them to be processed faster
most of those tasks fall into two categories duration-wise: less-than-a-second long and 3-to-15 seconds long
i set prefetch multiplier to 128
enabled transience for most queues
of which i have 5
i run about 100 of 3-to-15 seconds tasks in 10 minutes
and one short task a second (it's a scheduled task)
plus some other rarer tasks
mjvs has quit
mgedmin
help! timezones! aaugh
flower emits this on startup: "Substantial drift from ... 7200 seconds [orig: 11:50, recv: 09:50]"
CELERY_TIMEZONE and CELERY_ENABLE_UTC settings do not appear in git grep, so I assume default settings are used (UTC)
my timezone is UTC+02, which is 7200 seconds (what a coincidence!)
so I set TZ=UTC and restarted flower
"Substantial drift .... 3600 seconds"
wat
I suspect this may be why my task completion etc. graphs are empty
does anybody understand how celery and flower use timezones?