This is a snapshot of Indico's old Trac site. Any information contained herein is most probably outdated. Access our new GitHub site here.

Opened 2 years ago

Last modified 2 years ago

#1375 new enhancement

Dashboard cache refreshing

Reported by: aavilesd Owned by:
Priority: normal Milestone: v2.9
Component: General Version: 1.1
Keywords: Cc:

Description

Currently, the only way to refresh the dashboard linked_events cache is to wait until the cache TTL expires. By default, this is set to 10 minutes in Server Administration.

The refresh button that appears for admins in the dashboard does not refresh the cache, but instead it only forces the regeneration of Redis linked_events object.

It would be desirable to mark the linked_events cache as dirty whenever any of its values is changed, ensuring instant update of the Dashboard.

Change History (1)

comment:1 Changed 2 years ago by aavilesd

Please note that regeneration of redis linked_events is also needed for the Dashboard to display recent changes. This should also be triggered automatically after any change to make the Dashboard responsive.

Note: See TracTickets for help on using tickets.