Extremely fast file change detector and task orchestrator for Node.js.
Use case: Identify which processes do not timeout. Equivalent to https://turbo.build/repo/docs/reference/configuration#persistent > Label a task as persistent if it is a long-running process, such as a dev server or --watch mode. Turbo will prevent other tasks from depending on persistent tasks. Without setting this config, if any other task depends on dev, it will never run, because dev never exits. With this option, turbo can warn you about an invalid configuration. API: ``` { persistent?: boolean, } ``` Considerations: * This somewhat overlaps with the `interruptible` attribute. The difference though is that `persistent` is not expected to be restarted when file changes are detected.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by gajus and has received 5 comments.