CronJobRunDetailsOverflowNoticeV2() — supabase Function Reference
Architecture documentation for the CronJobRunDetailsOverflowNoticeV2() function in CronJobsTab.CleanupNotice.tsx from the supabase codebase.
Entity Profile
Relationship Graph
Source Code
apps/studio/components/interfaces/Integrations/CronJobs/CronJobsTab.CleanupNotice.tsx lines 33–46
export const CronJobRunDetailsOverflowNoticeV2 = (
props: CronJobRunDetailsOverflowNoticeV2Props
) => {
return (
<Admonition
type="note"
className="rounded-none border-x-0 border-t-0 py-2 [&>svg]:top-[0.6rem] [&>svg]:left-10 pl-10 pr-10"
layout="horizontal"
actions={<CronJobRunDetailsOverflowDialog {...props} />}
>
<p className="text-xs">Last run for each cron job omitted due to high query cost</p>
</Admonition>
)
}
Domain
Subdomains
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free