apioo / fusio

Open source API management platform
https://www.fusio-project.org
Apache License 2.0
1.87k stars 223 forks source link

Worker execute at FAAS provider #550

Closed chriskapp closed 6 months ago

chriskapp commented 7 months ago

Currently the worker system works with Apache Thrift RPC, this makes it complicated to execute a worker at a FAAS provider like Amazon. We should redesign the worker system to a simple REST API and make it also more stateless, so that all connection information are provided with each request.

chriskapp commented 6 months ago

This is implemented and will be released with the next 5.0 version.