Skip to content
#

scale

Here are 389 public repositories matching this topic...

Brighter
iancooper
iancooper commented Feb 21, 2021

Describe the bug

The MSSQL has no regression tests

To Reproduce

Look at the project structure, we might expect them to be in the MSSQL tests project under a MessagingGateway folder, but they are not there

Further technical details

Whilst a transport may use Test After as opposed to Test First (because you are writing a plugin not designing contract first) we do need to ensure

flyte
wild-endeavor
wild-endeavor commented Feb 22, 2021

Currently the typical command that a container runs with looks something like this.

pyflyte-execute --task-module app.workflows.work --task-name task_function_name --inputs s3://flyteorg/metadata/propeller/production/flyteexamples-development-ff1641613c2674cee9d5/task_function_name/data/inputs.pb --output-prefix s3://flyteorg/metadata/propeller/production/flyteexamples-development-ff164161
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