LstWorkerExecutionConfig
data class LstWorkerExecutionConfig(val jvmArgs: List<String> = emptyList(), val timeout: Duration? = null)(source)
JVM configuration for the short-lived LST worker executor.
JVM configuration for the short-lived LST worker executor.