denoland / deploy_feedback

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

[KV Feedback]: Value committed #492

Closed kitsonk closed 1 year ago

kitsonk commented 1 year ago

🔍

Type of feedback

Bug report

Description

Attempting to upload data remotely, the data appears briefly in dash.deno.com but then disappears after a bit, making it unavailable for the application.

Steps to reproduce (if applicable)

  1. Run deno task build docs -p from ts-why/tswhy
  2. Note values visible in project
  3. Note that values disappear

Expected behavior (if applicable)

Values persisted to Deno KV do not disappear. This is what occurs locally with Deno CLI.

Possible solution (if applicable)

No response

Additional context

No response

losfair commented 1 year ago

Hello,

We have identified the cause to be a recent backward-incompatible change in the KV system. It caused written values from remote clients to incorrectly have an expiration time of zero. We are working on a fix.

Projects on Deno Deploy are not affected.

kitsonk commented 1 year ago

Thanks for the update. For my use case it is really impossible to work around, as the source data requires source data from outside the deploy deployment. Hopefully it is a quick fix.

losfair commented 1 year ago

A fix has been deployed. @kitsonk could you try it again?

kitsonk commented 1 year ago

@losfair thank you, it appears to be resolved.