golem
golem copied to clipboard
Golem is an open source durable computing platform that makes it easy to build and deploy highly reliable distributed systems.
Including - Python - Go - C/C++ - JS/TS
Currently we are only emitting the following worker events through websocket: - stdout - stderr - log With the new `--connect` feature of `golem-cli worker invoke`, it's confusing that there...
A recent fix introduced committing the oplog every time `WorkerStatusRecord` changes, as it is written to Redis immediately. Alternatively we could only write out the worker status when the oplog...
We are simultaneously using two versions of the `http` crate. Since then many dependencies has been updated, maybe we no longer need to.
Resolves #634 Requires https://github.com/golemcloud/wasm-rpc/pull/63
For those functions in worker service trait, that takes function name as a string, multiple times parsing is done. It is not clear as to why this occurred and probably...
The headers mentioned in https://github.com/golemcloud/golem/issues/323 could also be supported on the "server side", when providing a HTTP API on top of Golem workers. Worker executors already support this with the...