Skip to content
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

small typo #2268

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

small typo #2268

wants to merge 2 commits into from

Conversation

scazan
Copy link
Contributor

@scazan scazan commented Apr 4, 2024

No description provided.

@@ -126,6 +126,7 @@ export function cache<Args extends any[], Result>(
// Try the memory backend, independently of the other backends as it doesn't have a network cost
const memoryEntry = await memoryCache.get(key);
if (memoryEntry) {
console.log(`${key} memcache ${Date.now()} setAt=${memoryEntry.meta.setAt} expiresAt=${memoryEntry.meta.expiresAt} revalidatesAt=${memoryEntry.meta.revalidatesAt}`)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this log? do we need it? Cloudflare has some limits on logs

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, this was from debugging with Steven yesterday. We kinda messed this PR with logs in order to deploy logging to a Cloudflare deployment (since we can't see it locally). I'll create a new one for the typo.

@scazan scazan marked this pull request as draft April 5, 2024 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants