You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: