workflow
Here are 3,007 public repositories matching this topic...
-
Updated
Aug 15, 2021 - TypeScript
-
Updated
Aug 15, 2021 - TypeScript
-
Updated
Apr 11, 2021 - Java
Summary
From an archived workflow, click on "Resubmit" in the UI
The created workflow do not have the appropriate labels
/!\ the bug happens only for archived workflows (when you resubmit a "normal" workflow, the labels are kept)
Be cautious, some labels should not be copied (like workflows.argoproj.io or workflows.argoproj.io/phase)
however, the labels placed manually by the us
-
Updated
Aug 13, 2021 - JavaScript
-
Updated
Aug 8, 2021 - JavaScript
Opened from the Prefect Public Slack Community
elliot: Hey folks is anyone else getting a deprecation warning on marshmallow? Something like:
...
/home/rof/.pyenv/versions/3.9.1/lib/python3.9/site-packages/marshmallow/fields.py:198
/home/rof/.pyenv/versions/3.9.1/lib/python3.9/site-packages/marshmallow/fields.py:198: RemovedInMarshmallow4Warning: Passing fi
-
Updated
Jun 13, 2021 - Go
-
Updated
Aug 12, 2021
-
Updated
Jul 22, 2021 - JavaScript
Issue from the Dagster Slack
[dagster_shell] defer environ copy to solid run time
This issue was generated from the slack conversation at: https://dagster.slack.com/archives/C01U954MEER/p1623181007055200?thread_ts=1623181007.055200&cid=
-
Updated
Aug 10, 2021 - C#
-
Updated
Aug 10, 2021 - Shell
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.
-
Updated
Aug 10, 2021 - JavaScript
-
Updated
Apr 6, 2021 - Python
-
Updated
Aug 10, 2021 - PHP
-
Updated
Jul 30, 2020 - CSS
-
Updated
Aug 14, 2021 - Java
-
Updated
Aug 5, 2021 - JavaScript
-
Updated
Aug 6, 2021 - Python
-
Updated
Jul 6, 2021 - TypeScript
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
Is your feature request related to a problem? Please describe.
I'd like to have scrollbars that I can use. It would help me with visual orientation on the workspace.
I'd like to be able to scroll with the mouse wheel, instead of zooming in / out.
Describe the solution you'd like
A configuration option to enable scrollbars.
A configuration option to set the behaviour of the mouse whe
-
Updated
Aug 14, 2021 - Python
Improve this page
Add a description, image, and links to the workflow topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the workflow topic, visit your repo's landing page and select "manage topics."
Description
Allow custom executors subclassed from existing (CeleryExecutor, CeleryKubernetesExecutor, etc.) to use default CLI commands to start workers or flower monitoring.
Use case / motivation
Currently, users who decide to roll their own custom Celery-based executor cannot use default commands (i.e.
airflow celery worker
) even though it's built on top of existing CeleryExe