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

feat: Improve Scheduler, Auth and Cache (v.3.5) #319

Merged
merged 14 commits into from
May 25, 2024
Merged

feat: Improve Scheduler, Auth and Cache (v.3.5) #319

merged 14 commits into from
May 25, 2024

Conversation

rabilrbl
Copy link
Owner

  • Bump Go version to 1.22
  • New efficient Task scheduler, that should fix uninterrupted caches and login problems
  • Added few missing cache headers.
  • More under the hood fixes.

rabilrbl and others added 14 commits May 25, 2024 09:38
Update go.mod: Bump go version to 1.22
Refactor the error handling in the `LiveHandler` function in `handlers.go`. Instead of checking for the error twice, return the error response immediately after logging the error. This improves code readability and reduces redundancy.
Efficient Task scheduling from https://github.com/madflojo/tasks

SSOToken now has seperate scheduler and will refresh once every 24hrs
As import cycle isn't allowed, I wanted to use global Log object for printing log message. Hence I removed schedule function from utils package
Every schedule task will have an id per job
- Standardise Schedule Task ID
- Fix SSOToken time overwritten by AccessToken time
Copy link
Contributor

github-actions bot commented May 25, 2024

Build success for this PR ✅. Download artifacts

@rabilrbl rabilrbl merged commit 0b56a67 into main May 25, 2024
13 of 14 checks passed
@rabilrbl rabilrbl deleted the dev branch June 10, 2024 10:32
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

1 participant