"feat:enhance-podcast-topic-ai"
This commit is contained in:
@@ -28,6 +28,7 @@ import { useAuth } from '@clerk/clerk-react';
|
||||
import { styled } from '@mui/material/styles';
|
||||
|
||||
import { getSchedulerDashboard, SchedulerDashboardData } from '../api/schedulerDashboard';
|
||||
import { isBackendCooldownActive, logBackendCooldownSkipOnce } from '../api/client';
|
||||
// Removed SchedulerStatsCards - metrics moved to header
|
||||
import SchedulerJobsTree from '../components/SchedulerDashboard/SchedulerJobsTree';
|
||||
import ExecutionLogsTable from '../components/SchedulerDashboard/ExecutionLogsTable';
|
||||
@@ -216,6 +217,11 @@ const SchedulerDashboard: React.FC = () => {
|
||||
return;
|
||||
}
|
||||
|
||||
if (isBackendCooldownActive()) {
|
||||
logBackendCooldownSkipOnce('SchedulerDashboard');
|
||||
return;
|
||||
}
|
||||
|
||||
try {
|
||||
loadingRef.current = !isManualRefresh;
|
||||
refreshingRef.current = isManualRefresh;
|
||||
|
||||
Reference in New Issue
Block a user