Skip to content

Disable Cache for Nostr Endpoint engine#2332

Zack Wynne requested to merge feat/reverse-nostr-idx-2332 into master

Ticket(s) / Related Merge Requests

Issue: engine#2332 (closed)

Summary of Changes

This MR disables caching for GET requests on the Nostr endpoint introduced by this MR:

engine!1069 (merged)

Testing Considerations

You can test with this request, which should no longer be cached:

curl --location --request GET 'https://feat-reverse-nostr-idx-2332.minds.io/api/v3/nostr/events' \
--header 'Content-Type: application/json' \
--data-raw '{
    "authors": [
        "687cae10951e5c7aace29ed05e2021ba286f1a3a7dc74627330627e242f3ad8f"
    ]
}'

Deployment Considerations

N/A

Regression Scope

This affects the ConfigMap for engine.

Platform Affected (web, mobile, etc)

Web

Developer Testing Completed

Deployed changes to Sandbox and validated the service.

Screenshots / Screen Recording

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode

Definition of Done Checklist

  • The Acceptance Criteria has been met
  • Code is tested: Testing includes unit/spec, E2E/automated and manual testing
  • Merge requests description has been filled out

Merge request reports