fission-workflows
fission-workflows copied to clipboard
Workflows for Fission: Fast, reliable and lightweight function composition for serverless functions
Fission Workflows helm chart doesn't support the latest fission specs. Updates: - adding container names for runtime and builder - removed TerminationGracePeriod
## Problem The codahale/hdrhistogram repo has been transferred under the github HdrHstogram umbrella with the help from the original author in Sept 2020 (new repo url https://github.com/HdrHistogram/hdrhistogram-go). The main reasons...
Fission workflows are no longer maintained? The fission workflows section has been removed from the official documentation for fission. Fission Workflows requires a Fission deployment on your Kubernetes cluster. If...
**Fission/Kubernetes version** $ fission --version client: fission/core: BuildDate: "2021-06-16T10:24:16Z" GitCommit: 6fbd4878be785ded8f14eb9f8b8bc747946a2b8f Version: 1.13.0 server: fission/core: BuildDate: "2021-06-16T09:47:41Z" GitCommit: 6fbd4878be785ded8f14eb9f8b8bc747946a2b8f Version: 1.13.0 $ kubectl version Client Version: version.Info{Major:"1", Minor:"18", GitVersion:"v1.18.2", GitCommit:"52c56ce7a8272c798dbc29846288d7cd9fbae032",...
Hello,fission-workflows supports 0.4.1-0.12.0 or 0.4.1 or higher ?
Currently the fisson-workflow adapts an exactly once execution model for workflows, but in some cases duplicate invocation of a workflow is allowed and speed matters. (which is the problem AWS...
# Summary From research in #249 and experimentation with the scripts, it seems that `fission-workflows` doesn't work with the newer `fission` version 1.0.0 ## Reproduction Steps The following script reproduces...
Most of the workflow engines contain some sort of a visualizer to show the execution of a workflow, which improves the monitor-ability and debug-ability of workflows. The UI can be...
Fission workflow doesnt seem to work correctly if fission functions are written in python. If we take an example of below workflow ``` apiVersion: 1 output: secondt tasks: firstt: run:...
Commands like `fission function test ` provide, besides the result, the relevant logs of the invocation. The fission workflows environment does not support this yet, and should be added. Depends...