Fastapi-events package has an awesome feature which allows to execute requests by remote handlers via queues like AWS SQS, here is description of this functionality
Is there a good way to implement it using the existing functionality of pydiator-core? I want to pass execution of requests to celery workers, I think it's doable using pydiator pipelines, but ideally to have an out of the box solution for remote handling
Fastapi-events package has an awesome feature which allows to execute requests by remote handlers via queues like AWS SQS, here is description of this functionality
Is there a good way to implement it using the existing functionality of pydiator-core? I want to pass execution of requests to celery workers, I think it's doable using pydiator pipelines, but ideally to have an out of the box solution for remote handling