Skip to content

Commit

Permalink
feat(admin/tasks): remove unused queue task
Browse files Browse the repository at this point in the history
  • Loading branch information
Zibbp committed Jun 2, 2024
1 parent 872cc98 commit a638fbb
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions src/pages/admin/tasks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,37 +147,6 @@ const AdminTasksPage = () => {
</Grid.Col>
</Grid>
</div>
{/* Queue */}
<div>
<div className={classes.sectionHeader}>
<Title order={4}>Queue</Title>
</div>
<Grid className={classes.taskItem}>
<Grid.Col span={10}>
<div>
<span>
<Text mr={5}>Start stuck queue items</Text>
<Text italic size="xs">
Occurs every hour.
</Text>
</span>
</div>
</Grid.Col>
<Grid.Col span={2}>
<Tooltip label="Start Task">
<ActionIcon
onClick={() => startTask.mutate("queue_hold_check")}
loading={loading}
color="green"
variant="filled"
size="lg"
>
<IconRefresh size={24} />
</ActionIcon>
</Tooltip>
</Grid.Col>
</Grid>
</div>
{/* Ganymede */}
<div>
<div className={classes.sectionHeader}>
Expand Down

0 comments on commit a638fbb

Please sign in to comment.