Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

Warning

Looking for the documentation on the newest versions of SIL Engine and the Simple Issue Language for Jira 8 for Server/Data Center? Click here !

The Asynchronous runner is located in Managed Apps under Jira Administration

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.

...