avem
avem
DDeno
Created by avem on 12/3/2024 in #help
Worried about cold start
Oh, okay, it is time for me to sleep, you meant moving my user data into KV store. Interesting, I will try it in future!
12 replies
DDeno
Created by avem on 12/3/2024 in #help
Worried about cold start
Well, replicating data store seems like overkill for my app tbh, maybe on later stages
12 replies
DDeno
Created by avem on 12/3/2024 in #help
Worried about cold start
Yeah, totally agree, not saying that Deno to blame here, this is an issue of my app design
12 replies
DDeno
Created by avem on 12/3/2024 in #help
Worried about cold start
Most probably I am just a newbie and done something wrong, but meh.
12 replies
DDeno
Created by avem on 12/3/2024 in #help
Worried about cold start
Initially I thought that Deno Deploy would be better for my small enterprise, but eventually it becomes a problem of reducing the size of my npm dependies which is just out of scope for my project for now (not a frontend developer). Also apart from having cold start problem it actually worsenes the UX, since my database is in US and having Deno spawning next to the user actually increases time it takes to get data from db, since I am doing multiple of such requests before get the response to the user.
12 replies
DDeno
Created by avem on 12/3/2024 in #help
Worried about cold start
moved back to DigitalOcean, but still keeping Deno itself, plan to try Deno Deploy again some time in future https://docs.deno.com/examples/digital_ocean_tutorial/
12 replies
DDeno
Created by avem on 12/3/2024 in #help
Worried about cold start
Unfortunately I believe I have to move from Deno Deplay because of the cold starts. No support here, nor in this issue: https://github.com/denoland/deploy_feedback/issues/505
12 replies
DDeno
Created by avem on 11/30/2024 in #help
Deno <> Sentry | captureConsoleIntegration and captureException not working?
import { captureConsoleIntegration } from 'https://deno.land/x/sentry@8.8.0/index.mjs'

const denoCaptureConsole = captureConsoleIntegration()
denoCaptureConsole.name += '-deno'
import { captureConsoleIntegration } from 'https://deno.land/x/sentry@8.8.0/index.mjs'

const denoCaptureConsole = captureConsoleIntegration()
denoCaptureConsole.name += '-deno'
3 replies
DDeno
Created by avem on 11/30/2024 in #help
Deno <> Sentry | captureConsoleIntegration and captureException not working?
3 replies