Home / Function/ ScheduleSuccess() — supabase Function Reference

ScheduleSuccess() — supabase Function Reference

Architecture documentation for the ScheduleSuccess() 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 255–267

const ScheduleSuccess = () => (
  <div className="space-y-2">
    <div className="flex items-center gap-2 text-brand">
      <CheckCircle2 size={16} />
      <span className="text-sm">Daily cleanup job scheduled successfully.</span>
    </div>
    <div className="flex items-center gap-2">
      <p className="text-foreground-lighter text-xs">
        New cleanup job should now be visible in the cron jobs overview.
      </p>
    </div>
  </div>
)

Subdomains

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free