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
i'm using sls wsgi to serve local flask apps, for some reason stat reloader is using constantly around 15% of my CPU per service, and slows down entire system quite a lot. by installing watchdog things have been optimized quite a lot, but, i get bad dev experience since it keeps refreshing for some unnecessary files like: some files within dependency libs, etc.
can we specify in serverless yml under wsgi plugin which files to ignore / include ?
I've tried setting up some env vars, but unsuccessfully so far..
OS: windows 10, x64
The text was updated successfully, but these errors were encountered:
i'm using sls wsgi to serve local flask apps, for some reason
stat
reloader is using constantly around 15% of my CPU per service, and slows down entire system quite a lot. by installing watchdog things have been optimized quite a lot, but, i get bad dev experience since it keeps refreshing for some unnecessary files like: some files within dependency libs, etc.can we specify in serverless yml under wsgi plugin which files to ignore / include ?
I've tried setting up some env vars, but unsuccessfully so far..
OS: windows 10, x64
The text was updated successfully, but these errors were encountered: