golemcloud / golem

Golem is an open source durable computing platform that makes it easy to build and deploy highly reliable distributed systems.
https://learn.golem.cloud/
Apache License 2.0
530 stars 59 forks source link

Support invoking ephemeral workers #946

Closed vigoo closed 3 weeks ago

vigoo commented 2 months ago

We need to support doing worker invocations from Rib without providing a worker name, to support the new Ephemeral Workers feature.

Note that the ephemeral worker support is covered by other tickets on all levels (including worker service) so when the Rib support is implemented, the invoke implementation will already take an optional worker name in its parameter, so this task should only affect Rib and/or the worker bridge itself.