-
- Downloads
Backport "fix hanging cache refresh jobs" (#39664) (#40539)
I started a much more complex fix with a job that tried to clean up stale `refreshing` PersistedInfos... then talked to Dan, who pointed out that because only one instance is running these jobs at any given time, we can just add `refreshing` to the list of refreshable states.
Showing
- enterprise/backend/src/metabase_enterprise/advanced_config/caching.clj 1 addition, 1 deletion...ckend/src/metabase_enterprise/advanced_config/caching.clj
- src/metabase/models/persisted_info.clj 1 addition, 1 deletionsrc/metabase/models/persisted_info.clj
- test/metabase/task/persist_refresh_test.clj 23 additions, 0 deletionstest/metabase/task/persist_refresh_test.clj
Please register or sign in to comment