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.
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.