-
Updated
Apr 16, 2022 - TypeScript
workflow-automation
Here are 198 public repositories matching this topic...
-
Updated
Apr 16, 2022 - JavaScript
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
Describe the bug
The section on creating a service account in the Google Cloud console is out of date
IAM MSK support
Receive events from MSK with IAM auth config https://docs.aws.amazon.com/msk/latest/developerguide/iam-access-control.html
It would be nice if doit
could use as many processes as there are CPUs instead of only a hardcoded number.
With #11315 done, we can do some small optimizations:
- NonEmpty
- if it makes a difference, redefine
pour
to abstract overIterableFactory
andMapFactory
, if those implementations do optimization for same-type conversions - redesign
pour
's API to put the factory type first, no more tricky currying, #11933 - just use
toSeq
fortoSeq
, #11933 - define `coll
- if it makes a difference, redefine
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
Apr 14, 2022 - JavaScript
Currently each Observer support state management.
Obsei store state in any of sqlalchemy supported database on schema mentioned in WorkflowTable
class.
There is example also exist to show it's capability.
State m
-
Updated
Apr 15, 2022 - Python
I am not sure if this belongs here, but I am having an issue when using this Github Action.
This is the link to the github run that failed:
https://github.com/jampp/migratron/pull/25/checks?check_run_id=456554120
and the content is:
Uploading distributions to https://test.pypi.org/legacy/
Uploading migratron-1.1.0-py3-none-any.whl
0%| | 0.00/30.5k [00:00<?, ?B/s]
100%|
-
Updated
Apr 14, 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
Mar 29, 2022 - C#
-
Updated
Jan 31, 2022 - JavaScript
-
Updated
Apr 12, 2022 - Go
-
Updated
Apr 14, 2022 - Python
-
Updated
Apr 14, 2022 - Go
-
Updated
Apr 12, 2022 - Ruby
-
Updated
Apr 16, 2022 - Java
-
Updated
Apr 15, 2022 - Dockerfile
-
Updated
Apr 15, 2022 - Python
Follow up for #197 and #215
- Fix the
ORDER BY
issue so that we don't accidentally overwrite extra dispatch IDs https://github.com/AgnostiqHQ/covalent/pull/215/files#diff-d5a1b52ef809a88edbb01367cf4a161ddc0b9ce35c885981d8a8363cb0588949R151 - Figure out why middleware doesn't work https://github.com/AgnostiqHQ/covalent/pull/215/files#diff-d5a1b52ef809a88edbb01367cf4a161ddc0b9ce35c8859
-
Updated
Apr 14, 2022 - Python
-
Updated
Jul 10, 2021 - Python
As of alpha 2.685
there's a new action trigger_named_async_without_response
which can be used in favor of trigger_named
. Wrapper does not operate on trigger response anyway, so using the new method which works better for broader spectrum sounds like a good idea. More on that here: https://community.folivora.ai/t/floating-html-settings-menu/5788/44?u=worie
Improve this page
Add a description, image, and links to the workflow-automation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the workflow-automation topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
Need to search using LIKE operator with search attributes? eg, WorkflowType LIKE
workflowType-prefix.*
Right now the workflowType is using keyword type for performance reason so it doesn't support wildcard search.
https://www.elastic.co/guide/en/elasticsearch/reference/current/keyword.html