gajus / turbowatch

Extremely fast file change detector and task orchestrator for Node.js.
Other
938 stars 23 forks source link

Ensure that persistent tasks are always restarted when they crash #33

Open gajus opened 1 year ago

robere2 commented 11 months ago

Can you elaborate on the state of this issue? Persistent scripts do not seem to be working for me (the script runs, but does not restart on changes). Is this related to this issue?

gajus commented 11 months ago

This is about scripts that crash. Persistent tasks are not restarted on changes. If you want tasks to be restarted when there are changes, use non-persistent tasks.