mirror of
https://github.com/diced/zipline.git
synced 2026-04-28 10:43:06 -07:00
fix: add missing metrics interval
This commit is contained in:
@@ -86,6 +86,13 @@ export default function Tasks({
|
|||||||
placeholder='1d'
|
placeholder='1d'
|
||||||
{...form.getInputProps('tasksCleanThumbnailsInterval')}
|
{...form.getInputProps('tasksCleanThumbnailsInterval')}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
<TextInput
|
||||||
|
label='Metrics Interval'
|
||||||
|
description='How often to collect metrics data. Setting this to a lower value will give you more up-to-date metrics, but may increase CPU usage.'
|
||||||
|
placeholder='30m'
|
||||||
|
{...form.getInputProps('tasksMetricsInterval')}
|
||||||
|
/>
|
||||||
</Stack>
|
</Stack>
|
||||||
|
|
||||||
<Button type='submit' mt='md' loading={isLoading} leftSection={<IconDeviceFloppy size='1rem' />}>
|
<Button type='submit' mt='md' loading={isLoading} leftSection={<IconDeviceFloppy size='1rem' />}>
|
||||||
|
|||||||
Reference in New Issue
Block a user