简体   繁体   中英

What is task polling?

I am going through Netflix Conductor documentation. It keeps using task polling and loop polling but I can't seem to get my head around it. Please help. TIA.

Conductor server has a queue, when a task is scheduled, it mean conductor put a record into that queue (image like insert into queue_message values...) ~ Image the manager creating a issue on Jira on some project board

Conductor worker/client will keep polling the server, using REST that will result in querying the above queue_message for a specific taskType (depend on the worker) ~ Image the developer keeps checking the board for thing to do and pick up the thing to work on once he sees it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM