{#if advancedSelected === 'retries'}
If defined, upon error this step will be retried with a delay and a
maximum number of attempts as defined below.
{:else if advancedSelected === 'runtime' && advancedRuntimeSelected === 'concurrency'}
Allowed concurrency within a given timeframe
{#if flowModule.value.type == 'rawscript'}
{:else}
The concurrency limit of a workspace script is only settable in the script
metadata itself. For hub scripts, this feature is non available yet.
{/if}
{:else if advancedSelected === 'runtime' && advancedRuntimeSelected === 'timeout'}
{:else if advancedSelected === 'runtime' && advancedRuntimeSelected === 'priority'}
0}
on:change={() => {
if (flowModule.priority) {
flowModule.priority = undefined
} else {
flowModule.priority = 100
}
}}
options={{
right: 'Enabled high priority flow step',
rightTooltip: `Jobs scheduled from this step when the flow is executed are labeled as high priority and take precedence over the other jobs in the jobs queue. ${
!$enterpriseLicense
? 'This is a feature only available on enterprise edition.'
: ''
}`
}}
/>
Setting priority is only available for enterprise edition and not available
on the cloud.
{:else if advancedSelected === 'runtime' && advancedRuntimeSelected === 'lifetime'}
{:else if advancedSelected === 'cache'}
{:else if advancedSelected === 'early-stop'}
{:else if advancedSelected === 'suspend'}
{:else if advancedSelected === 'sleep'}
{:else if advancedSelected === 'mock'}
{:else if advancedSelected === 'same_worker'}
If shared directory is set, will share a folder that will be mounted on
`./shared` for each of them to pass data between each other.
{:else if advancedSelected === 's3'}
S3 snippets
Read/Write object from/to S3 and leverage Polars and DuckDB to run
efficient ETL processes.