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

This is the official ticket for Golem Cloud's Bounty-to-Hire event! This is your chance to contribute to open source, potentially win a $15,000 bounty, and maybe even land a new...

💎 Bounty

Fixes #791 and #784 PR description to follow to help reviewers what's being done in this PR

The result of this should be a contributor guide defining how we like to handle, propagate, log and return (through APIs) errors.

- Migrate all tests to `test-r` - Updates to the latest `testcontainers` version - Fixes oplog archive bugs discovered by the new runner

``` golem-cli worker oplog --component-name cart --worker-name user003 Unexpected client error: error decoding response body ```

bug

``` % golem-cli worker get --component-name cart --worker-name user003 Got metadata for worker user003 Worker URN: urn:worker:df93bd28-e341-453f-9dd7-3fc6bec20b23/user003 Component URN: urn:component:df93bd28-e341-453f-9dd7-3fc6bec20b23 Worker name: user003 Component version: 0 Created at: 2024-10-09 09:24:31.422...

bug

Server-side-based search of the oplog to locate relevant details. To be split into smaller tasks when it's further specified.

We could probably significantly speed up the CI test tasks by caching the test component's compiled native images in a Github Action cache. This is not straightforward to do, as...

build-ci