But if it's a network screwup then it will hang in the same way if the network stops?
asksol
you can use publisher confirms, though no one else had problems with that on a local network
alexs
This is cross AZ on AWS.
Might not meet your regular definition of local :)
asksol
I thought you said there were no routers?
alexs
None that interfere with tCP
I thought you meant like HA-proxy or something :)
Hazelesque has quit
Hazelesque joined the channel
maryokhin has quit
maryokhin joined the channel
maryokhin has quit
wenzhixue has quit
asksol
aws definitely interferes, but I geuss it depends on what you use there
the_drow has quit
steeve joined the channel
steeve has quit
rickmak has quit
techdragon has quit
ninkotech_ has quit
peterloorke joined the channel
k_sze[work] has quit
italorossi joined the channel
maryokhin joined the channel
ninkotech joined the channel
steeve joined the channel
johtso_ joined the channel
steeve has quit
maryokhin has quit
maryokhin joined the channel
erve
Does anyone have any recent experience using SQS with celery?
ninkotech has quit
bmbouter is now known as bmbouter_afk
ninkotech joined the channel
asksol
sqs has been rewritten in kombu/celery master
acangiani joined the channel
flonka has quit
boffbowsh joined the channel
jeffasinger joined the channel
steeve joined the channel
steeve has quit
NBhosting joined the channel
ldiamond joined the channel
xram has quit
maryokhin has quit
xram joined the channel
sokr joined the channel
bkuberek has quit
steeve joined the channel
peterloorke has quit
steeve has quit
kaakku has quit
Guest34590 is now known as pior
loz has quit
Ergo has quit
kaakku joined the channel
ldiamond
I'm trying to use celery to publish and subscribe on a queue for image processing jobs. I created a subscriber script which calls worker_main() on the app. It's located in a different repository and completely isolated. Is there a way to call tasks from my publisher using the task name only or do I have to import the same module as used in the subscriber in order to send a message in the queue?
@asksol is that normal to have around 3 pub/s in celeryev queues because of heartbeat? (for workers with -c 2)
atomekk has quit
mihneadb has quit
asksol
worker events are enabled, task events are not enabled by default
a worker sends a heartbeat every 2 seconds
or as specified by the --heartbeat-interval option
LittleEndian joined the channel
tommasobarbugli
ok
just found it weird to see 40 messages/s on rabbitmq
still feels bit weird
steeve joined the channel
asksol
it includes the copies generated by broadcast
see the number published in the exchange view I thinj
think
the number received will be higher since it's received by the workers
tommasobarbugli
correct
celeryev is 4/s in 40/s out
johtso_ has quit
and i have 10 worker processes
maybe that’s a silly question but; what’s the hearbeat there for?
swilcox has quit
steeve has quit
swilcox joined the channel
asksol
clock synchronization and anything else you may want to use the info for
and these are not persistent messages, a small fraction of the total number of messages that can be handled by a worker as long as you don't have hundreds of workers