-
Notifications
You must be signed in to change notification settings - Fork 12
Support multiple parallel actions for one event #167
Comments
An extension to this: Responding to both a Here, I see
|
Nope, this is a local k3d cluster connected via NATS. I'll double-check this is still an issue tomorrow and feedback to this thread. |
I can confirm my issue persists on NAT. Distributor Logs
To reproduce: Note: Webhook.site gives you an endpoint and it'll show full traffic of anything sent to it. Very useful for debugging.
Expected output Actual Output |
Thanks for the details, we will try to reproduce it. In any case, while it sounds familiar, it is unrelated to the feature described in this GH issue. This sounds more like a bug. Generally speaking, JES can listen and react on |
As a user, I want to run similar (but not necessarily the same task) for the same Keptn CloudEvent (e.g.,
test.triggered
) in parallel.Note: Right now it seems that job-executor-service will only execute the top-most one (it exists once it has found the first one).
As a very simple test-case, this needs to work:
whereas both tasks need to be executed (preferably in parallel).
Definition of Done
The text was updated successfully, but these errors were encountered: