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** The body of a sqs message shows up as base64 encrypted, which seems to make sensor filtering not work **To Reproduce** Steps to reproduce the behavior: 1....

bug

Signed-off-by: Derek Wang `argoWorkflow` trigger supports `submit-from` workflow template. Closes: https://github.com/argoproj/argo-events/issues/2044 Checklist: * [ ] My organization is added to [USERS.md](https://github.com/argoproj/argo-events/blob/master/USERS.md).

**Describe the bug** I tested a set of event source and sensor (instructions from https://argoproj.github.io/argo-events/tutorials/01-introduction/) without creating an ingress, just using **port forwarding** and the implementation worked. However when I...

bug

**Describe the bug** When trying to trigger a workflowTemplate from a sensor and eventSource, it is failing with the message: failed to execute trigger: timed out waiting for the condition:...

bug

**Describe the bug** similar to #1545, the issue still happening no error message, nothing crashing, logs from event source: ``` namespace=classifier, eventSourceName=rabbitmq-develop, level=info, time=2022-07-25T20:44:48Z, msg=starting eventsource server namespace=classifier, eventSourceName=rabbitmq-develop, level=info,...

bug

After adding more than 20 repos using the same credentials, I start getting `429 Too Many Requests` which prevents webhooks from being created. **Environment (please complete the following information):** -...

bug

**Is your feature request related to a problem? Please describe.** Currently there is no straight way to suspend and resume the sensor's trigger. **Describe the solution you'd like** I want...

enhancement

**Describe the bug** When a Sensor starts it always throws the following error and then exits with ExitCode 1 ``` {"level":"info","ts":1648741781.4416764,"logger":"argo-events.sensor","caller":"cmd/start.go:73","msg":"starting sensor server","sensorName":"kafka","version":"v1.6.0"} {"level":"info","ts":1648741781.4422603,"logger":"argo-events.sensor","caller":"metrics/metrics.go:172","msg":"starting metrics server","sensorName":"kafka"} 2022/03/31 15:49:41 too many...

bug

Checklist: * [ ] My organization is added to [USERS.md](https://github.com/argoproj/argo-events/blob/master/USERS.md). fixes #1901