golem icon indicating copy to clipboard operation
golem copied to clipboard

Improve update request feedback and documentation

Open vigoo opened this issue 1 year ago • 1 comments

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:

  • mentioning this in the documentation (learn.golem.cloud)
  • changing the Updated response in CLI to something more descriptive (at least "Update request sent")
  • the REST API should response with 202 not 200

vigoo avatar Sep 19 '24 09:09 vigoo

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

justcoon avatar Sep 23 '24 17:09 justcoon

There is proper feedback now in the CLI output about updates, and it is even possible to await until it's done.

vigoo avatar Aug 18 '25 19:08 vigoo