denoland / deploy_feedback

For reporting issues with Deno Deploy
https://deno.com/deploy
74 stars 5 forks source link

[KV Feedback]: KV seems to take a while to kick in on redeployments #517

Closed Smidgens closed 1 year ago

Smidgens commented 1 year ago

🔍

Type of feedback

General feedback

Description

Whenever I push changes to my project's source repo, I see an immediate Deno.openKv is not a function error in the project logs, and then nothing for a while until suddenly it starts working.

Is there an extra step I'm missing? Like declaring that the app uses unstable features, because it almost seems like Deploy is stepping in after the error to infer what happened and applying a fix (setting --unstable for the execution environment or some such).

Steps to reproduce (if applicable)

No response

Expected behavior (if applicable)

No response

Possible solution (if applicable)

No response

Additional context

No response

igorzi commented 1 year ago

@Smidgens - thanks for reporting this. We've identified the problem, and the fix will rollout today or tomorrow.

Smidgens commented 1 year ago

We've identified the problem, and the fix will rollout today or tomorrow.

Brilliant!