workflow-engine
Here are 285 public repositories matching this topic...
Opened from the Prefect Public Slack Community
powp905: Hello,
We are currently looking at shelltask and dbtshelltask and we are wondering why helper_script is only in the constructor and why it cannot set when we call run. Th
-
Updated
Nov 25, 2020 - Java
-
Updated
Nov 25, 2020 - C#
-
Updated
Nov 23, 2020 - C#
-
Updated
Nov 25, 2020 - Python
-
Updated
Nov 22, 2020 - Elixir
Description
When using the zbctl to create a worker we are able to set some flags, like the timeout of the job activation, but it is not clear from the help what the unit is and how the parameter should look like.
[zell camunda-cloud/ ns:bece6b37-3b9c-4fd0-8e79-4990cd0d057d-zeebe]$ zbctl create worker
Error: accepts 1 arg(s), received 0
Usage:
zbctl create worker <type> [flag-
Updated
Nov 25, 2020 - Groovy
-
Updated
Nov 26, 2020 - Go
-
Updated
Nov 9, 2020 - Python
-
Updated
Apr 19, 2020 - Java
-
Updated
Oct 12, 2020 - Go
-
Updated
Nov 25, 2020 - Python
-
Updated
Nov 11, 2020 - Clojure
-
Updated
Oct 27, 2020 - Python
-
Updated
Nov 12, 2020 - JavaScript
-
Updated
Nov 24, 2020 - Python
Describe the bug
Deploying a new job, then pulling logs via the CLI results in a panic (SIGSEGV).
To Reproduce
odin deploy -f test.job.yamlodin log -i {job_id}
vagrant@vagrant:~/odin$ odin log -i dea194794589
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x40 pc=0x79c764]
goroutine
-
Updated
Sep 9, 2020 - Java
-
Updated
Apr 26, 2019 - PHP
This could be example that uses these supported syntax and APIs:
https://github.com/couler-proj/couler/tree/d34a690/couler/core/syntax
-
Updated
Oct 28, 2020 - Python
-
Updated
Oct 9, 2020 - Go
Provide a Helm Chart
Helm chart with an optional development postgres DB included.
-
Updated
Nov 25, 2020 - Python
Currently the env variables injected are specific to this docker image https://github.com/barney-s/docker-airflow
Align it with https://github.com/puckel/docker-airflow and make necessary changes in the operator to make it work with both.
related to GoogleCloudPlatform/airflow-operator#10
Improve this page
Add a description, image, and links to the workflow-engine topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the workflow-engine topic, visit your repo's landing page and select "manage topics."
Summary
If a step group has pending/running nodes when it ends with an error node that failed to create a pod, the workflow cannot be retried because the completion states of pending/running nodes have not been synchronized, and they won't as the workflow itself finished with an error state.
My actual workflow failed with an API timeout of pod creation on a massive number of `withSequenc