-
Notifications
You must be signed in to change notification settings - Fork 45
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
reload_data on time intervals #97
Comments
Hi, thank you. No, but you can manually reload with P.s. if you or someone else would like to work on it, I'll gladly consider good implementations of this feature. |
Without doing a bigger change to the current code base, what do you think about the following idea to solve the freeze problem?
|
Sorry for the delay, I've been thinking about this solution. And while it's a reasonable solution, basically I think it's a bit overkill for a rather niche problem. I'd say, let's just make a simple auto reloading at set time intervals, with 0 (no reload) as the default. I imagine not many people need this feature and even fewer people have such a huge ics files that they need caching, and even if they have, they can wait once in an hour, as it happens passively on the background. Moreover, such people can solve freezing problem by using So, I'll come from vacation next week and will try a simple implementation of this feature, then we can see that maybe it's enough. |
Now there is a new parameter that determines how often data is reloaded. This addresses the issue #97
Okay, I implemented the data reload on intervals, so that now there is a parameter |
Thanks, that's enough for my working dashboard to update in regular intervals :) |
Hi there,
First, thanks for this project, I really like the clean UI 👍
I'm importing my calendar via
ics_event_files
and want to keep calcure running during the day. Is there any functionality to refresh the data in certain time intervals (e.g. every 15mins) so changed events are reflected automatically?The text was updated successfully, but these errors were encountered: