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

PCLOUDS-2800 Altered the way token update is handled #480

Conversation

NematulloKozimov
Copy link
Contributor

No description provided.

) -> Dict[str, List[Any]]: # type: ignore
async with gcp_session.request(
method="POST", url=self.pull_url, data=self.body_payload, headers=self.headers
) as response:
response_json = await response.json()
resp_status = response.status

if resp_status == 401:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about the possibility of 401 in push_ack_ids() ?

Copy link

sonarcloud bot commented Feb 5, 2024

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@NematulloKozimov NematulloKozimov merged commit 92dd645 into PCLOUDS-2800-GCP-Log-Forwarder-perf-improvements Feb 5, 2024
5 checks passed
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

Successfully merging this pull request may close these issues.

None yet

2 participants