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

Fix Authentication with Dockerfile + Retry mechanism + Large todo handling #19

Merged
merged 4 commits into from
Feb 14, 2024

Conversation

hexadeciman
Copy link
Contributor

  1. Fix Authentication: Resolved authentication issue mentioned Authentication failed - MacOS - After following "Preventing "Authentication failed" on some systems" recommendations #16

  2. Retry Mechanism: Implemented a retry mechanism to handle transient failures gracefully. This ensures that in the event of temporary network issues or API rate limits, the data transfer process is automatically retried, increasing overall resilience.

  3. Enhanced Handling of Large Todos: Improved the handling of large todos that caused an error from notion api.

Copy link
Owner

@trustmaster trustmaster left a comment

Choose a reason for hiding this comment

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

Thanks a lot for the PR! These are very valuable changes.

I have a follow-up request to clean up requirements before merging it, and then it's good to go.

requirements.txt Outdated Show resolved Hide resolved
requirements.txt Outdated Show resolved Hide resolved
@hexadeciman
Copy link
Contributor Author

hexadeciman commented Feb 13, 2024

Removed unnecessary packages, this fixes this issue too #15

@trustmaster trustmaster merged commit 639c2e0 into trustmaster:main Feb 14, 2024
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