python - How to transmit Sockets between Celery tasks -
my celery tasks creating connections send data on them , if connection not ready writing (if it's blocking much) want send connection queue used when it's ready writing (so task sending data queued again)
in other words, i'm trying transfer socket objects in celery , problem socket objects not serializable.
the question is:
there way transmit open connections between celery tasks?
(by way, if think approach bad, welcome advise me better one)
Comments
Post a Comment