jupyter-naas / naas

Low-code Python library to safely use notebooks in production: schedule workflows, generate assets, trigger webhooks, send notifications, build pipelines, manage secrets (Cloud-only)
https://app.naas.ai/
GNU Affero General Public License v3.0
282 stars 25 forks source link

Boost response time of webhook #96

Open jravenel opened 3 years ago

jravenel commented 3 years ago

When we call webhook we should find a way to make kernel boot faster

https://naas.canny.io/requests/p/boost-response-time-of-webhook

FlorentLvr commented 3 years ago

When the request is too long, we can be disconnected => ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))

jravenel commented 2 years ago

We need to convert the notebook into a python script to decrease execution time. Cf our meeting @Dr0p42