Is it a good idea to use ray with celery task scheduling ?
To be specific, I’m trying to use ray to process some files concurrently to speedup the process where the tasks are being scheduled using celery and fastapi. But somehow the celery and ray doesn’t seem to be working fine together.
Example error:
[2025-01-03 15:19:27,292: ERROR/MainProcess] Task app.tasks.ray_test_endpoint[7f9b3839-bf79-425f-b1b9-91f5ce3bf146] raised unexpected: AttributeError(“‘LoggingProxy’ object has no attribute ‘fileno’”)
Traceback (most recent call last):