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
{{ message }}
This repository was archived by the owner on Dec 13, 2023. It is now read-only.
How worker can acknowledge to Conductor server about execution of task? Is there any new API that worker need to use to acknowledge Connector servicer.
In conductor version 3,
API POST /tasks/{taskId}/ackhas been removed.https://github.com/Netflix/conductor/blob/main/CHANGELOG.md
How worker can acknowledge to Conductor server about execution of task? Is there any new API that worker need to use to acknowledge Connector servicer.