Hey Pants Team, curious if the restart of pantsd i...
# general
r
Hey Pants Team, curious if the restart of pantsd is expected when we change a file, in the
pants.log
I see
Copy code
16:26:20.80 [ERROR] saw filesystem changes covered by invalidation globs: SnapshotDiff(our_unique_files=(), our_unique_dirs=(), their_unique_files=(), their_unique_dirs=(), changed_files=('pants-plugins/something/something.py',)). terminating the daemon.
16:26:21.18 [ERROR] service failure for <pants.pantsd.service.scheduler_service.SchedulerService object at 0x11fe61640>.
It's a bit of a pain because we have a large repo and we have a plugin that uses dependents. Recalculating dependents takes about +5mins and I was thinking pantsd / cache would help speed that up but frequent restarts of pantsd results in the long run time to get dependents.
maybe it's because I changed a plugin file 🤔
h
That is exactly it
the plugin code runs in pantsd so...
👍 1
r
ahh okay that makes sense thanks