Hello Prefect community. I have a setup where I ha...
# ask-community
n
Hello Prefect community. I have a setup where I have one worker submitting API requests at a consistent rate, returning and id for each request. These id's are forwarded to another worker, which polls the API for the completion of the tasks (based on id) at a consistent rate. I would like to model each API call, from start to finish, as a prefect task. But since the start and stop signal of a task are handled by separate processes, I am not sure how to set this up - or if it is even possible in Prefect?