Thread Pool Configuration
Various tasks require running SIL™ programs in the background. Certain examples include Power Actions™ for Jira app or Power Scripts™ for Jira gadget scripts. These tasks are run in a special thread pool.
...
- Threads - the number of running threads (number of SIL™ scripts running in the same time).
- Time to Live (TTL) - time to live (running time for a SIL™ script). If you run a task that takes more than TTL configured, the script ends with no result.
- Checkpoint Interval - interval to clean up the expired tasks (the SIL SIL™ scripts that exceeds the TTL configured). The pool is maintained by a watchdog thread, and the checkpoint interval determines the interval between checks.
...