You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even as the running set of microservices framed as Shot instances is to be pulled from a git branch #5, if there are changes, there are two levels of dynamic behavior needed:
Only reload the running process once the new one is built
Only rebuild the changed Shot classes
Ideally this is also possible:
The Launcher can be separated into its own compiled segment
Each individual Shot can be in its own compiled segment
All the compiled pieces can be run as a single binary
Only the pieces of that binary which change are unloaded and reloaded
Something like Gunner runs and performs changes to the running Launcher process
The text was updated successfully, but these errors were encountered:
Even as the running set of microservices framed as
Shot
instances is to be pulled from agit
branch #5, if there are changes, there are two levels of dynamic behavior needed:Shot
classesIdeally this is also possible:
Launcher
can be separated into its own compiled segmentShot
can be in its own compiled segmentGunner
runs and performs changes to the runningLauncher
processThe text was updated successfully, but these errors were encountered: