1
0
mirror of synced 2025-12-23 21:03:15 -05:00

Clarify Connector Spec Caching. (#7664)

This commit is contained in:
Abhi Vaidyanatha
2022-01-14 00:29:52 -08:00
committed by GitHub
parent f83eca58ea
commit 15cd088e8a

View File

@@ -136,7 +136,10 @@ npm start
### Connector Specification Caching
The Configuration API caches connector specifications. This is done to avoid needing to run docker everytime one is needed in the UI. Without this caching, the UI crawls. If you update the specification of a connector and you need to clear this cache so the API / UI pick up the change. You have two options: 1. Go to the Admin page in the UI and update the version of the connector. Updating to the same version will for the cache to clear for that connector. 1. Restart the server
The Configuration API caches connector specifications. This is done to avoid needing to run Docker everytime one is needed in the UI. Without this caching, the UI crawls. If you update the specification of a connector and need to clear this cache so the API / UI picks up the change, you have two options:
1. Go to the Admin page in the UI and update the version of the connector. Updating to any version, including the one you're already on, will trigger clearing the cache.
2. Restart the server by running the following commands:
```bash
VERSION=dev docker-compose down -v