Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

add the ability to flush config on startup #55

Open
jeffmcaffer opened this issue Mar 10, 2017 · 0 comments
Open

add the ability to flush config on startup #55

jeffmcaffer opened this issue Mar 10, 2017 · 0 comments

Comments

@jeffmcaffer
Copy link
Contributor

Currently on startup we look to see if there is a known config from the config provider, if there is, we use it. That's great for production scenarios but in testing its a pain as we typically have config in redis but you are wanting to tweak it for local execution.

Add a env var or command line param for the crawler startup that forces the recreation of the config. This would literally be a set of 5 calls to the config provider telling it to delete the config for the 5 subsystems. From there the normal lazy init code will repopulate the config.

@geneh geneh self-assigned this Mar 16, 2017
@geneh geneh removed their assignment Jan 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants