You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've created a GitHub EventSource listening for release events. In GitHub, when I create a new release, I see it generates and sends 3 events at the same time:
release.released
release.created
release.published
I see that all 3 events have been successfully delivered and in the EventSource logs I see "succeeded to publish an event" message for each of them. However, in the sensor logs I see only the first event, while other 2 events are missing. Also I see that trigger was executed only once.
Could you please help me understand what am I missing here and how to make all 3 events to trigger a task.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I've created a GitHub EventSource listening for release events. In GitHub, when I create a new release, I see it generates and sends 3 events at the same time:
I see that all 3 events have been successfully delivered and in the EventSource logs I see "succeeded to publish an event" message for each of them. However, in the sensor logs I see only the first event, while other 2 events are missing. Also I see that trigger was executed only once.
Could you please help me understand what am I missing here and how to make all 3 events to trigger a task.
Beta Was this translation helpful? Give feedback.
All reactions