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

Improve update request feedback and documentation #948

Open vigoo opened 2 months ago

vigoo commented 2 months ago

When a worker update is initiated through the CLI or the REST API, it is not happening immediately, just get enqueued.

This should be made more clear by:

justcoon commented 2 months ago

in relation to cli, golem-cli worker get ... --format text it look like that text output do not showing updates https://github.com/golemcloud/golem/blob/main/golem-cli/src/model/text.rs#L747-L784 it would be nice to see there at least last update, especially if it is error