Open terdampar opened 1 year ago
This might be related to some of my experiences. I'm running a task on deno cron that fetches a URL webhook and there was a period where the old development webhook was being called at the same time as the production URL. Seems like there's old apps not being killed in the background or something...... very strange.
Problem description
I was exploring about doing cron job in Deno Deploy with this library
https://deno.land/x/deno_cron/cron.ts
to make fetch post request to my discord server and it was a success but still running after i delete the project.Steps to reproduce
Expected behavior
The project stops after code change and deletion.
Environment
Default playground
Possible solution
At least showing the UI that the project is in the process of deletion and wasn't fully stops.
Additional context
No response