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

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -