Skip to content
#

scale

Here are 382 public repositories matching this topic...

Brighter
iancooper
iancooper commented Dec 23, 2020

Is your feature request related to a problem? Please describe.
We have some places where we need to have sync over async, usually because we are supporting a sync api but the transport only has an async api. The problem is that this code is likely to deadlock. For this reason we need to make sure we use the best approach to that

Describe the solution you'd like
Use AsyncHelper: https

flyte
kumare3
kumare3 commented Sep 25, 2020

Motivation: Why do you think this is important?
New user should be able to deploy an EKS cluster, create a bucket and an RDS instance using a launch button and also deploy the EKS overlay

https://aws.amazon.com/blogs/devops/construct-your-own-launch-stack-url/

Goal: What should the final outcome look like, ideally?
On github page of Flyte there should be a launchstack button

**D

Jacobious52
Jacobious52 commented Oct 21, 2020

Is your feature request related to a problem? Please describe.

Updating escalator config currently requires a pod restart. We should update escalator to automatically read new config upon changing on disk.

Describe the solution you'd like

Check for changes in nodegroup config before each run. If safe to do so, run with the new config.

*Describe alternatives you've considered

Improve this page

Add a description, image, and links to the scale topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the scale topic, visit your repo's landing page and select "manage topics."

Learn more