Devographics / Monorepo

Monorepo containing the State of JS apps
surveyform-sigma.vercel.app
Other
127 stars 52 forks source link

Surveyform ttl #334

Closed eric-burel closed 11 months ago

eric-burel commented 11 months ago

@SachaG this reallows TTL in cache functions We may favour using reinitialization from API instead to empty surveyform cache

However TTL option could still be useful for other scenario if surveyform or API needs Redis for other reasons

Without a TTL it's more using Redis as a database than a cache so we could rename the functions if we don't go this way, eg "replicate" rather than "cache"

netlify[bot] commented 11 months ago

Deploy Preview for css2023 failed.

Name Link
Latest commit b06869bf62355adfed4ffdb1e51a0101e298f99c
Latest deploy log https://app.netlify.com/sites/css2023/deploys/653bf6bb9999e90008145d57
netlify[bot] commented 11 months ago

Deploy Preview for devographics-static failed.

Name Link
Latest commit b06869bf62355adfed4ffdb1e51a0101e298f99c
Latest deploy log https://app.netlify.com/sites/devographics-static/deploys/653bf6bbed734d000889240c
netlify[bot] commented 11 months ago

Deploy Preview for stateofjs2022 canceled.

Name Link
Latest commit b06869bf62355adfed4ffdb1e51a0101e298f99c
Latest deploy log https://app.netlify.com/sites/stateofjs2022/deploys/653bf6bb4e4fbb0008585be8
netlify[bot] commented 11 months ago

Deploy Preview for devographics-graphiql2 canceled.

Name Link
Latest commit b06869bf62355adfed4ffdb1e51a0101e298f99c
Latest deploy log https://app.netlify.com/sites/devographics-graphiql2/deploys/653bf6bbfe0e5d00076368a2
vercel[bot] commented 11 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
charts ❌ Failed (Inspect) Oct 27, 2023 5:43pm
netlify[bot] commented 11 months ago

Deploy Preview for stateofjs canceled.

Name Link
Latest commit b06869bf62355adfed4ffdb1e51a0101e298f99c
Latest deploy log https://app.netlify.com/sites/stateofjs/deploys/653bf6bbfdd3af00085ab0e0
netlify[bot] commented 11 months ago

Deploy Preview for tokyodev2022 canceled.

Name Link
Latest commit b06869bf62355adfed4ffdb1e51a0101e298f99c
Latest deploy log https://app.netlify.com/sites/tokyodev2022/deploys/653bf6bb79300a000809bd9d
netlify[bot] commented 11 months ago

Deploy Preview for devographics-graphiql-internal canceled.

Name Link
Latest commit b06869bf62355adfed4ffdb1e51a0101e298f99c
Latest deploy log https://app.netlify.com/sites/devographics-graphiql-internal/deploys/653bf6bbedcf84000724a2ff
netlify[bot] commented 11 months ago

Deploy Preview for stateofcss canceled.

Name Link
Latest commit b06869bf62355adfed4ffdb1e51a0101e298f99c
Latest deploy log https://app.netlify.com/sites/stateofcss/deploys/653bf6bbf86d7000081e160d
netlify[bot] commented 11 months ago

Deploy Preview for state-of-graphql canceled.

Name Link
Latest commit b06869bf62355adfed4ffdb1e51a0101e298f99c
Latest deploy log https://app.netlify.com/sites/state-of-graphql/deploys/653bf6bb9a258c0008cad916
netlify[bot] commented 11 months ago

Deploy Preview for graphiql-devographics canceled.

Name Link
Latest commit b06869bf62355adfed4ffdb1e51a0101e298f99c
Latest deploy log https://app.netlify.com/sites/graphiql-devographics/deploys/653bf6bb805e2b000899b4d7
render[bot] commented 11 months ago

Your Render PR Server URL is https://tokyodev-surveyform-pr-334.onrender.com.

Follow its progress at https://dashboard.render.com/web/srv-cktvdeq37rbc73ci888g.

eric-burel commented 11 months ago

Dropped in favour of a more complete on-demand revalidation