Refactor the logic of the frontend data polling to refresh the data if the data is from the previous month (currently previous day) or there is pending data.
Edited
Designs
Child items 0
Show closed items
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Linked items 0
Link issues together to show that they're related or that one is blocking others.
Learn more.
It is, under the circumstances that there is one or more pending groups, or the data being displayed is older than the current day i.e. the value being displayed in the last updated message isn't the current day.
I wonder if the last part; data being displayed is older than the current day is still relevant though as we've now moved to showing data from the previous month again...
Perhaps we should remove that condition until we find a better solution for realtime data #335177 (closed)?
I wonder if the last part; data being displayed is older than the current day is still relevant though as we've now moved to showing data from the previous month again...
Good question. @ljlane What do you think about this?
@wortschi@blabuschagne I agree, now that we are displaying data for the previous month I think it makes sense to change the condition. We update data on the first day of each month and if that update fails for some reason we continue to try until the update succeeds.