chrisbillows / raindrop-todoist-syncer

Converts favourited Raindrops into tasks in Todoist.
2 stars 1 forks source link

Add Error Handling to Oauth Token Refresh Logic #7

Open chrisbillows opened 9 months ago

chrisbillows commented 9 months ago

Currently the main function calls the refresh process and an error will just crash the programme. This is not a critical issue as launchctl will just re-run the process. However, we will infinite failed reattempts - which could be an issue depending on how the unanticipated issue is affecting the raindrop API.