Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Try to avoid having multiple PreviewUrlResource instances #2701

Merged
merged 2 commits into from
Nov 22, 2017

Conversation

richvdh
Copy link
Member

@richvdh richvdh commented Nov 21, 2017

... because they each run cache cleanup jobs and have their own in-memory caches, and that's not really what we want.

(NB includes #2700)

"\nPlease add ``enable_media_repo: false`` to the main config"
"\n"
)
sys.exit(1)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

quit_with_error in _base.py is a thing

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done f24dc52

@erikjohnston erikjohnston assigned richvdh and unassigned erikjohnston Nov 21, 2017
@richvdh richvdh mentioned this pull request Nov 21, 2017
@richvdh richvdh assigned erikjohnston and unassigned richvdh Nov 21, 2017
@erikjohnston erikjohnston assigned richvdh and unassigned erikjohnston Nov 22, 2017
This avoids the scenario where we have four different PreviewUrlResources
configured on a single app, each of which have their own caches and cache
clearing jobs.
... to stop us doing the cache cleanup jobs on the master.
@richvdh richvdh force-pushed the rav/one_mediarepo_to_rule_them_all branch from 493c9e6 to 68ca864 Compare November 22, 2017 16:20
@richvdh richvdh merged commit 79eba87 into develop Nov 22, 2017
@richvdh richvdh deleted the rav/one_mediarepo_to_rule_them_all branch November 29, 2017 16:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants