Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

[QUESTION]: Version 3: How custom worker will acknowledge to conductor server if it's reading (executing) a task #2258

Answered by aravindanr
bhawani021 asked this question in Q&A
Discussion options

You must be logged in to vote

There is no need to acknowledge that task execution has begun. Task state changes to IN_PROGRESS when /poll returns. The worker simply needs to call /updateTask with the desired status for the task. ack was necessary when the default Worker implementation in the client maintained its own in-memory queue. The client no longer has its own queue and ack was deprecated in 2.x and removed in 3.x.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@bhawani021
Comment options

@apanicker-nflx
Comment options

Answer selected by apanicker-nflx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #2257 on May 16, 2021 18:40.