-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TRAPI 1.5: new query property bypass_cache
#799
Comments
bypass_cache
bypass_cache
May be related to old feature, where |
Looks good. |
The code was deployed today to Prod as part of the Octopus release. I tested and it's live. I used the same method of 3 queries, seeing if I can toggle the value of bypass_cache to use the cache or not. |
TRAPI 1.5 introduces a new optional property in queries (same level as message/log_level/workflow/submitter), bypass_cache (lines 292-299, 351-358). It can be added to "sync" (/query) and async queries.
If this property is present and set to
true
, then BTE shouldn't use cached data. Also, BTE should addbypass_cache: true
to its queries to TRAPI KPs, according to the implementation note in changelogExample TRAPI query with `bypass_cache: true`
The text was updated successfully, but these errors were encountered: