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
Reflect change in signature of api_helper.receive_event_node
API helper function to get node and other information
from event has been changed to send `is_retry` flag.
This flag is useful to detect if the event was raised
to schedule a job retry.
Update pipeline services that use the helper function
accordingly.
Do not process retry events in KCIDB bridge service
to avoid sending the same parent node again. The
event is intended for scheduler service.
Signed-off-by: Jeny Sadadia <[email protected]>
0 commit comments