Alex

Results 88 comments of Alex

That makes sense. Curious to hear what the more knowledgeable folks here have to say on the subject. Also curious about the pros / cons of leveraging [resources](https://distributed.dask.org/en/latest/resources.html) with a...

We have been using [Artifactory](https://jfrog.com/artifactory/) to store and retrieve images without issue. The `values.yaml` looks like this: ```yaml gateway: replicas: 2 resources: limits: cpu: 100m memory: 256Mi requests: cpu: 100m...

We also had to diverge from the upstream manifests since they're using an outdated version of oidc-authservice that doesn't support opaque tokens. The opaque token pattern lets us use the...

> @droctothorpe, I really like this feature (and personally like `rich` very much). However, I do not think we want to add the associated dependencies. > > Is there a...

Agreed. `finished / total` seems more intuitive. Thoughts?

@connor-mccarthy, we removed the rich dependency. The progress bar and loading animation are now constructed using the stdlib. @chensun, we replaced the percentage indicator with a finished_components / total_components indicator...

Here's a gif that illustrates the visuals: ![](https://i.imgur.com/UdhPWRA.gif)

Found an edge case. Will update once it's addressed.

Done. Updated `_get_total_components` to extract component / task count from the deserialized component root field.