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.
> Package golem:[email protected] not found, sources searched: /Users/noise64/workspace/golem-data-platform/common-wit-deps, /Users/noise64/workspace/golem-data-platform/common-wit-deps-gdp > - show packages with same but different version - if nothing is matching, list available packages (maybe even with some...
- with default logging there is no log for “the server is alive”, this should be clear - with default logging many “success” operations also create “normal errors” (like already...
Support for multiple return values have been removed from everywhere in the ecosystem (wasmtime, wit-parser, etc). We still have support it in many levels, we could try to remove it...
Log configuration on startup to make it easier to debug misconfiguration. Make sure that secrets are not being logged in plaintext.
Running these rpc calls in a for loop is surprisingly slow: https://github.com/mschuwalow/golem-hackathon-17.03.25/blob/main/backend/components-rust/chatroom-room/src/lib.rs#L50-L61 Running this on top of the single executable downloaded from a github release prints the following: ``` >...
Not entirely sure, why this approach of querying the entire database to get all the api deployments across the namespaces, later to filter them down, all done, to delete an...
Note that we already tried it, but bumped into a few roadblocks, which I personally don't remember all of it. One of them could be things such as reliance on...