golem icon indicating copy to clipboard operation
golem copied to clipboard

Golem is an open source durable computing platform that makes it easy to build and deploy highly reliable distributed systems.

Results 261 golem issues
Sort by recently updated
recently updated
newest added

Including - Python - Go - C/C++ - JS/TS

guest-languages
worker-executor
tests

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

cli
worker-executor
worker-service

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

performance-and-scalability

We are simultaneously using two versions of the `http` crate. Since then many dependencies has been updated, maybe we no longer need to.

core

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

performance-and-scalability
worker-service

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

worker-service