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

(change) Remove gocron dependency #57

Closed
thomaspoignant opened this issue Jan 18, 2021 · 0 comments · Fixed by #59
Closed

(change) Remove gocron dependency #57

thomaspoignant opened this issue Jan 18, 2021 · 0 comments · Fixed by #59
Assignees
Labels
enhancement New feature or request in-progress Someone is working on the issue
Projects

Comments

@thomaspoignant
Copy link
Owner

thomaspoignant commented Jan 18, 2021

Motivation

gocron has helped a lot to develop the background updater, but since the task is simple enough we can remove the dependency and manage the background task directly.

Requirements

Create a goroutine that works in the background and update the cache every X seconds.

@thomaspoignant thomaspoignant added the enhancement New feature or request label Jan 18, 2021
@thomaspoignant thomaspoignant removed their assignment Jan 18, 2021
@thomaspoignant thomaspoignant added this to To do in Roadmap via automation Jan 18, 2021
@thomaspoignant thomaspoignant moved this from To do to In progress in Roadmap Jan 18, 2021
@thomaspoignant thomaspoignant self-assigned this Jan 18, 2021
@thomaspoignant thomaspoignant added the in-progress Someone is working on the issue label Jan 18, 2021
Roadmap automation moved this from In progress to Done Jan 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request in-progress Someone is working on the issue
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

1 participant