Skip to content
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

Random Server Side errors on random products #271

Open
Tautve opened this issue Jul 12, 2023 · 0 comments
Open

Random Server Side errors on random products #271

Tautve opened this issue Jul 12, 2023 · 0 comments

Comments

@Tautve
Copy link

Tautve commented Jul 12, 2023

Hi, we have a system that periodically imports products. Recently, we have started to import product attributes as well. However, we have over 1000 products and we are importing their attributes every 30min. Unfortunately, we randomly receive errors from this endpoint: 'api/rest/v1/attributes/{attribute_code}/options/{code}' 'Akeneo\Pim\ApiClient\Exception\ServerErrorHttpException'.

Screenshot 2023-07-10 at 14 08 12

We checked the code from our BE side and did not find anything that could cause such errors.

Also, during product import, we download their images via $this->akeneoPimClient->getAssetMediaFileApi()->download($path)->getBody(). This endpoint returns some Server side errors on random products.

Screenshot 2023-07-10 at 14 11 13

For example, yesterday (2023-07-09) we received 3 errors regarding product attributes and 6 errors regarding product images. We import both the attributes and the images every 30min.

We suspect that these errors are related. Has anyone faced such issues and might have some suggestions or even the proper solutions?

Thank you in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant