SkygearIO / features

Feature Tracking Repo for Skygear
Apache License 2.0
3 stars 12 forks source link

Hot Reloading of Cloud Functions on local deployment #170

Open chpapa opened 6 years ago

chpapa commented 6 years ago

Description

Currently, py-skygear support hot-reloading IF the registry of functions call doesn't change.

It would be great if we can support:

API Design

Scenario

Put list of Scenario how developers will use this API

Open Questions

Put a list of open questions here before a complete design / specification is decided

Related Issues

Progress Tracker

Advice

rickmak commented 6 years ago

Current(1.3.0) py-skygear hot-reload only support in http transport with --debug flag.