Refresh Data at vs. intervals for Fetch JSON Modules #1427
nathanbiller
started this conversation in
Ideas
Replies: 1 comment
-
Thank you for taking the time to make suggestions to DAKboard, the majority of new features are developed from feedback from the community like yours. At the moment we are interested in making this a future enhancement in DAKboard but do not have any timelines associated with this request yet at this time. We will be converting this request in the meantime to a Discussion for the purpose of gathering more understanding interest there is in the client base to gauge priority. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Might it be possible to specify specific times to refresh data AT instead of/in addition to the frequency that the data gets pulled?
I'd like to specify a JSON call AT 9am, AT 1pm, and AT 7pm.
I'm pulling menu information 3x/day for breakfast/lunch/dinner. Right now it's set up to refresh every 30 minutes which is more than I need for most of the day but not often enough for meal change times. I have a scheduled text module that changes AT a specific time and it would be nice to coordinate this change with the change in menu so that when it says "What's for lunch" the breakfast menu isn't still live.
My workaround now is to simply set the refresh frequency to once/minute. However, this results in thousands of superfluous calls each day.
Another workaround might be to include that header text in JSON request, but this would then require the ability to format-independent JSON fields differently.
Thanks for your consideration!
Beta Was this translation helpful? Give feedback.
All reactions