Skip to content
#

workflow

Here are 3,419 public repositories matching this topic...

tobianton
tobianton commented Apr 13, 2022

Apache Airflow Provider(s)

microsoft-azure

Versions of Apache Airflow Providers

apache-airflow-providers-microsoft-azure==3.7.2

apache-airflow-providers-amazon==3.2.0
apache-airflow-providers-celery==2.1.3
apache-airflow-providers-cncf-kubernetes==3.0.0
apache-airflow-providers-docker==2.5.2
apache-airflow-providers-elasticsearch==2.2.0
apache-airflow-providers-ftp==2.1.2
apa

kind:bug provider:Azure area:providers good first issue
haoxins
haoxins commented Apr 12, 2022

Summary

Hi, I'd like to add the annotation cluster-autoscaler.kubernetes.io/safe-to-evict: false to the workflow pod
It will look like

// AnnotationKeyAutoScalerSafeToEvict is the annotation that specify pod is safe to be evicted by autoscaler
AnnotationKeyAutoScalerSafeToEvict = "cluster-autoscaler.kubernetes.io/safe-to-evict"
Annotations: map[string]string{
  c
kvnkho
kvnkho commented Apr 11, 2022

Current behavior

wait_for_flow_run currently times out after 12 hours. This value is hardcoded in watch_flow_run here.

so for subflows greater than 12 hours, this task will exit unexpectedly

Proposed behavior

Make it configurable by passing a value of

enhancement good first issue status:accepted v1
SuiteCRM
peterkappelt
peterkappelt commented Dec 29, 2020

Hey everyone, I hope y'all enjoyed your holidays.
I want to create SuiteCRM users via the V8 api, but the response is invalid json and contains some generic validation error message.

I'm not sure whether my request is actually malformed or the error message just shouldn't appear.

Type:Suggestion Priority:Moderate Area: Module Help Wanted
github-pages-deploy-action
dannyroosevelt
dannyroosevelt commented Apr 15, 2022

Let's put this under helper_functions for now.

This action should just take any type of input and simply export the value, so users don't have to write custom code to define variables they need to reference.

For example:

export default defineComponent({
  props: {
    config: {
      type: "object",
      label: "Configuration",
      description: "Enter key-value pairs that you
enhancement help wanted good first issue action
npepinpe
npepinpe commented Feb 15, 2022

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

It's not especially common to generate a certificate file which includes its own CA chain as well. The common case would be to have a shared CA chain file for each node, and then each node gets its own certificate (which other nodes cannot access). The Java client, for example, already works like this. Right now, for inter-clust

kind/feature scope/broker good first issue scope/gateway

Improve this page

Add a description, image, and links to the workflow 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 workflow topic, visit your repo's landing page and select "manage topics."

Learn more