Skip to content

Celery asyncio tasks #3884

@txomon

Description

@txomon

Hello!

I have found that there is no integration of celery with asyncio, I expected to have a way to run the workers in an ioloop so that I could execute several IOBound tasks at the same time (I already have all the business logic implemented in asyncio), but I found that the only supported integration is eventlet.

Also, I haven't found any way to execute more than one task at a time in a worker. (use prefetch_count >1)

Expected behavior

To be able to write async tasks

Actual behavior

I can only patch all the IO in python to get async

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions