hmm, so in a cluster, does celery communicate directly with each other or through something like rabbitmq?
BlindHunter_ joined the channel
BlindHunter_ has quit
atomekk joined the channel
koobs has quit
OmidRaha joined the channel
koobs joined the channel
celhead1 has quit
shalabhaggarwal joined the channel
celhead joined the channel
Wertax joined the channel
alekibango has quit
alekibango joined the channel
altipard joined the channel
hkj joined the channel
hkj has quit
shalabhaggarwal has quit
shalabhaggarwal_ joined the channel
message144 has quit
WoLpH has quit
heyman has quit
Will| has quit
ggreg has quit
adam_g has quit
alzeih has quit
Will| joined the channel
alzeih joined the channel
message144 joined the channel
byrman joined the channel
WoLpH joined the channel
heyman joined the channel
ggreg joined the channel
adam_g joined the channel
altipard has quit
hkj joined the channel
hkj has quit
hkj joined the channel
runeh
MACscr: every celeryd worker talks to the broker, which may be rabbitmq, yes
hkj has quit
hkj joined the channel
hkj has quit
EnTeQuAk has quit
hkj joined the channel
hkj has quit
hkj joined the channel
hkj has quit
hkj joined the channel
hkj has quit
hkj joined the channel
hkj has quit
EnTeQuAk joined the channel
hkj joined the channel
surabujin joined the channel
p0zt3r joined the channel
droodle joined the channel
BlankVerse joined the channel
jdunck has quit
Ergo^ joined the channel
ambv joined the channel
ambv has quit
ambv joined the channel
BlankVerse has quit
matt1s
After a task is done, and the result is stored in the result backend database.. is it possible to figure out what task originally triggered it?
bag has left the channel
anuvrat has quit
sylvinus joined the channel
sylvinus
I get a python error when doing a Group() of only one task. Is that expected?
anuvrat joined the channel
nanonyme
matt1s, afaik not unless you store information on tasks somewhere else. or use custom id's
italorossi joined the channel
the_rat joined the channel
anuvrat has quit
dgel joined the channel
eka joined the channel
anuvrat joined the channel
matt1s
nanonyme: Hm okay, where can I read about custom IDs?
fernandogrd joined the channel
asksol
1 month to install broadband in the new apartment :(
would think I was living in some cave somewhere, but no this is London
matt1s: results only store a list of children, there's no link back to parent
eka has quit
could be something to add
hkj has quit
nkryptic has quit
matt1s
asksol: I am using djcelery with the database backend for the results, not sure if you are familliar with it? It has a "meta" column that contains the exact same hash for two task instances of the same task.. Trying to figure out what that column actually contains. If not, I can store more information in the Django database
asksol
task_id should be unique, so if you have two rows with the same id something wrong happened
matt1s
asksol: the task_ids are different, but each row has a "meta" column that contains the same hash (I think it is a hash).
asksol: reading through the source now to make sense of it.. Just hoping the column contains something that I can use to identify the originating task