prisma / prisma1

💾 Database Tools incl. ORM, Migrations and Admin UI (Postgres, MySQL & MongoDB) [deprecated]
https://v1.prisma.io/docs/
Apache License 2.0
16.53k stars 861 forks source link

Delete old functions #403

Closed schickling closed 6 years ago

schickling commented 7 years ago

Issue by kbrandwijk Saturday Jul 08, 2017 at 21:12 GMT Originally opened as https://github.com/graphcool/api-bugs/issues/173


What is the current behavior? Whenever you change a function, a new webtask is deployed under the hood. However, the old webtasks never get deleted. Not a big deal, but since they are (technically) still public, I have no way to prevent old function logic of being executed, making https://github.com/graphcool/api-bugs/issues/149 worse than it already is.

What is the expected behavior? Delete old function when a new one is created by the execute-api.

marktani commented 6 years ago

This issue has been moved to graphcool/graphcool-framework.