-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Troubleshooting] Dataset status didn't update as expected #613
Comments
@sunset666 can you list the API calls made against entity-api and ingest-api in sequence? |
From Sunset: First one is a simple PUT call to entity API, endpoint |
2/16/2024, tested on PROD using an existing IEC Testing dataset
|
@sunset666 the response of the PUT call looks like below:
Can you add this response to the pipeline logging? And also log when the next GET call is made just in case the pipeline doesn't actually make a new GET call after the PUT call or the |
@yuanzhou, We are adding "Cache-Control: no-cache" header to the request, just to test if that is something that will fix this issue. |
Not sure if that'll make a difference, definitely worth to add more loggings. The entity-api has caching mechanism internally but it removes the old entity cache after each PUT update. |
3/4/2024 from Sunset:
|
Waiting for a way to replicate from @sunset666 |
@sunset666 are you still noticing this issue? Otherwise we'll close it. |
@sunset666 should we close this issue? |
Reported by Sunset on 2/5/2024 on PROD:
The text was updated successfully, but these errors were encountered: