rabbitmq - Where celery saves tasks? -


hy,

where celery (or rabbitmq) saves scheduled, un-ack messages/tasks? restored in case of failure? understand saves parametrs along code. how if parameters few mb, can problem when there lot of tasks?

thank you!

broker (rabbitmq) takes care messages store , deliver, if consumer fails pending (un-acked) messages message delivered other consumer (if any) again. rabbitmq store entities in memory or on disk.

i didn't mean

saves parameters along code

you talking message arguments or queue/exchange parameters?

if meant message arguments stored message body.

message size in few mb ok. best message size depends of architecture, say, in cases message size should small possible , in may care 100mb, large messages not amqp protocol designed for.


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -