argo-events icon indicating copy to clipboard operation
argo-events copied to clipboard

Event-driven Automation Framework for Kubernetes

Results 194 argo-events issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Running a Sensor with 2 replicas in GKE. Every few minutes I see in the leader's log: 2022-04-14T20:59:31.177Z INFO argo-events.sensor leaderelection/leaderelection.go:153 Becoming a Follower, stand by ......

bug
pinned

my sensor is complaining about dataTemplate format ``` parameters: - src: dependencyName: test-dep dataKey: body dest: spec.arguments.parameters.0.value - src: dependencyName: test-dep dataTemplate: "{{ now | unixEpoch }}-" dest: metadata.generateName operation:...

bug

Fixes #1828 Signed-off-by: Julie Vogelman Checklist: * [ ] My organization is added to [USERS.md](https://github.com/argoproj/argo-events/blob/master/USERS.md).

instead of triggering 1 workflow/pod per event want to trigger 1 workflow/pod per 10 events. ie send 10 different sqs messages together

enhancement

**Is your feature request related to a problem? Please describe.** The ingestion controllers discard any metadata present in the event received & create their own cloud event instance for every...

enhancement

**Is your feature request related to a problem? Please describe.** I was trying to get a simple example of the Argo Events to trigger a workflow in argo namespace (where...

enhancement

This is more of a question than a feature request. Would there be some interest in collaborating to integrate argo-events into kubeflow/pipelines? https://github.com/kubeflow/pipelines Kubeflow/pipelines is missing an eventing framework and...

pinned

**Is your feature request related to a problem? Please describe.** We're trying to use Argo-Events for executing sensors based on SQS messages. Our infra provides temporary (AWS STS generated) IAM...

enhancement

In the event an attacker is able to send a payload that crashes Argo Events during the execution of a trigger, the logs will not be helpful in tracing a...

enhancement

**Describe the bug** When following file event source demo : https://argoproj.github.io/argo-events/setup/file/ The pod doesn't have the file-events container (only main) and exec command always returns: OCI runtime exec failed: exec...

documentation
pinned