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
[flow] Back out D104362011 (restart server on flowconfig/package.json changes)
Summary:
D104362011 changed the monitor's response to `Flowconfig_changed` from "exit along with the server" to "respawn the server in-place". The respawned server comes up in lazy mode, so a subsequent CI `flow status --lazy-mode none` connects to it and never runs a full check — D105744590 (`[react-native-view-shot] Upgrade to 5.1.0`) landed this way.
Back out the entirety of D104362011 except for the `experimental.restart_on_flowconfig_change` config option, which is kept as a parsed-but-inert option so flowconfigs that set it (per D105897416) continue to validate after this binary is released.
Changelog: [internal]
Reviewed By: SamChou19815
Differential Revision: D105899555
fbshipit-source-id: 9d3dfc828a92da4253f868a7a5497189cff69bec
0 commit comments