workflow-engine
Here are 332 public repositories matching this topic...
Description
It looks like the installation command should be conda install -c conda-forge prefect python-kubernetes
https://github.com/PrefectHQ/prefect/blame/master/docs/orchestration/agents/kubernetes.md#L28
Logs:
(prefect) ubuntu@ip-172-31-7-79:~/perfect$ prefect agent kubernetes start --name "K8S Agent"
Traceback (most recent call
-
Updated
Feb 23, 2022 - Elixir
-
Updated
Feb 24, 2022 - Java
Need to fix this TODO in the code:
// TODO: we need to consider adding execution time to mutable state
// For now execution time will be calculated based on start time and cron schedule/retry policy
// each time DescribeWorkflowExecution is called.
https://github.com/temporalio/temporal/blob/master/service/history/historyEngine.go#L1184
-
Updated
Feb 18, 2022 - C#
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
-
Updated
Feb 7, 2022 - Python
-
Updated
Feb 23, 2022 - Groovy
-
Updated
Feb 20, 2022 - Python
-
Updated
Feb 23, 2022 - Python
-
Updated
Apr 19, 2020 - Java
-
Updated
Feb 11, 2022 - Clojure
-
Updated
Oct 21, 2021 - Python
-
Updated
Nov 23, 2021 - JavaScript
-
Updated
Feb 19, 2022 - Python
Group support
We should have a group support to handle permissions access from a LDAP, SSO, ...
allowed_resolvers_groups
on templates for example.
admin_groups
on configuration for example.
-
Updated
Feb 17, 2022
-
Updated
Aug 13, 2021 - Go
-
Updated
Feb 24, 2022 - JavaScript
-
Updated
Feb 22, 2022 - JavaScript
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.yaml
odin 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
Apr 26, 2021 - Java
-
Updated
Jan 20, 2022 - C#
-
Updated
Jan 6, 2022 - Python
-
Updated
Apr 26, 2019 - PHP
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
Add support for setting custom HTTP headers to
argo
CLI, similar toargocd
-H, --header
.Use Cases
When Argo Workflows is configured behind IAP proxy like Cloudflare Access, we need to set a custom header with key
cf-access-token
and the actual token as a value.Otherwise, when we execute
argo list
, we face the following error: