Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

Cache macaroon parse and validation #2320

Merged
merged 1 commit into from Jun 29, 2017

Conversation

Projects
None yet
2 participants
Owner

erikjohnston commented Jun 29, 2017

Turns out this can be quite expensive for requests, and is easily
cachable. We don't cache the lookup to the DB so invalidation still
works.

Cache macaroon parse and validation
Turns out this can be quite expensive for requests, and is easily
cachable. We don't cache the lookup to the DB so invalidation still
works.

@erikjohnston erikjohnston merged commit d800ab2 into develop Jun 29, 2017

5 of 6 checks passed

Sytest Dendron (Commit) Build #2400 origin/erikj/cache_macaroon_parse failed in 8 min 24 sec
Details
Sytest Dendron (Merged PR) Build finished.
Details
Sytest Postgres (Commit) Build #3236 origin/erikj/cache_macaroon_parse succeeded in 9 min 23 sec
Details
Sytest Postgres (Merged PR) Build finished.
Details
Sytest SQLite (Commit) Build #3320 origin/erikj/cache_macaroon_parse succeeded in 6 min 5 sec
Details
Sytest SQLite (Merged PR) Build finished.
Details

@erikjohnston erikjohnston deleted the erikj/cache_macaroon_parse branch Oct 26, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment