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

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -