pipeless-ai / pipeless

An open-source computer vision framework to build and deploy apps in minutes
https://pipeless.ai
Apache License 2.0
707 stars 32 forks source link

[FEATURE REQUEST]: Support dynamic stage load #66

Open miguelaeh opened 10 months ago

miguelaeh commented 10 months ago

Right now, Pipeless needs to be restarted to load new stages or load changes on a stage code. The purpose of this issue is to implement a dynamic approach for both cases:

  1. Pipeless should be able to load and unload stages dynamically once running. This will improve resource consumption and production management experience.
  2. Pipeless should be able to automatically re-load a stage when its code has changed. This will improve development experience.