Registered app cron jobs
{#if isLoading}
{:else} {#each crons as cron (cron.id)}
{cron.id}
{cron.expression}
{:else}
No app crons found.
{/each} {/if}

App cron jobs can be registered only programmatically with Go or JavaScript .