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

When the modifier_data_deposit runs exception retrieve data runs anyway #273

Closed
Ivareh opened this issue Jun 6, 2024 · 2 comments · Fixed by #424
Closed

When the modifier_data_deposit runs exception retrieve data runs anyway #273

Ivareh opened this issue Jun 6, 2024 · 2 comments · Fixed by #424

Comments

@Ivareh
Copy link
Member

Ivareh commented Jun 6, 2024

When the modifier_data_deposit runs exception, retrieve data runs anyway. backend_data_retrieval container should stop, but it doesn't in this case.

@Ivareh
Copy link
Member Author

Ivareh commented Jun 6, 2024

2024-06-06 10:25:24 self._update_duplicates(duplicate_df, current_modifiers_df)
2024-06-06 10:25:24 File "/data_retrieval/modifier_data_deposit/deposit_modifier_data.py", line 133, in _update_duplicates
2024-06-06 10:25:24 response.raise_for_status()
2024-06-06 10:25:24 File "/usr/local/lib/python3.11/site-packages/requests/models.py", line 1021, in raise_for_status
2024-06-06 10:25:24 raise HTTPError(http_error_msg, response=self)
2024-06-06 10:25:24 requests.exceptions.HTTPError: 405 Client Error: Method Not Allowed for url: http://src-backend-1/api/api_v1/modifier/7?position=0
2024-06-06 10:25:24 /data_retrieval/external_data_retrieval/main.py:3: DeprecationWarning:
2024-06-06 10:25:24 Pyarrow will become a required dependency of pandas in the next major release of pandas (pandas 3.0),
2024-06-06 10:25:24 (to allow more performant data types, such as the Arrow string type, and better interoperability with other libraries)
2024-06-06 10:25:24 but was not found to be installed on your system.
2024-06-06 10:25:24 If this would cause problems for you,
2024-06-06 10:25:24 please provide us feedback at pandas-dev/pandas#54466
2024-06-06 10:25:24
2024-06-06 10:25:24 import pandas as pd
Iterations: 11it [00:27, 2.75s/it]
2024-06-06 10:25:52 %|██▌ | 76/300 [00:02<00:08, 27.72item/s]
Unique items found: 112item [00:16, 6.41item/s]

@Ivareh Ivareh added this to the Beta release ready milestone Jul 18, 2024
@bogadisa
Copy link
Collaborator

This is a part of #269

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment