Files
hub-monorepo/apps
Shane da Silva d63e05f0f9 Switch to time-based check for process shutdown file (#688)
Using `fs.watch` uses `inotify`, which doesn't work with network file
systems like EFS where other kernels could be responsible for changes to
the file system.

Instead, check every 10 seconds to see if there is a change.

Ran this locally and it seemed to work fine.
2023-03-19 14:54:45 -07:00
..