Forum Discussion
dafad_dew
1 year agoAdvocate I
Job Instance API returning inconsistent and incorrect results
The List Job Instances API appears to be returning inconsistent and incorrect results. I call the List Job Instances endpoint from my "Master" pipeline to get its job instances, and I get a set o...
- 1 year ago
Hi dafad_dew,
Thanks for reaching MS Fabric community support.
This is possibly a generic issue tied to distributed metadata synchronization in distributed systems (like Microsoft Fabric) where data updates (such as job status) don’t instantly reflect across all parts of the system. Instead, changes "eventually" reach a consistent state after a short delay.
Can you try below troubleshooting steps and let me know if this helps:
- Add a short delay before calling the API. Or use retry logic to check again after a few seconds if the status doesn't look correct
- Avoid relying on real-time visibility of job status from outside the pipeline that's running. due to eventual consistency you may not get accurate results. this relay on how job metadata is propagated within Fabric
Thanks,
Prashanth Are
MS Fabric community support
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly and give Kudos if helped you resolve your query