Zipstack / unstract

No-code LLM Platform to launch APIs and ETL Pipelines to structure unstructured documents
https://unstract.com
GNU Affero General Public License v3.0
373 stars 31 forks source link

[FIX] Exception fixes for Artifact authentication #310

Closed harini-venkataraman closed 2 months ago

harini-venkataraman commented 2 months ago

What

This PR handles exception handling for artifact authentication.

...

Why

When a private tool is used, the UnstractWorker initialisation itself fails if any OSError/ unhandled error occurs, which is not ideal.

...

How

This PR logs the exception and prevents failure of the tool itself.

...

Can this PR break any existing features. If yes, please list possible items. If no, please explain why. (PS: Admins do not merge the PR without this section filled)

This PR cannot break exisitng features, as it focuses on exception handling alone. No feature is changed here.

...

Database Migrations

Not applicable

...

Env Config

Not applicable

...

Relevant Docs

...

Checklist

I have read and understood the [Contribution Guidelines]().

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

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

See analysis details on SonarCloud