Infrastructure low complexity backend
0
Dependencies
0
Dependents
2
Entities
0
Integrations

Description

Supabase Edge Function deployed with a pg_cron schedule (e.g., daily at 08:00 UTC) that invokes the Auto Reminder Service scan. Configured via Supabase project environment variables for threshold days and notification templates.

Feature: Assignment Status Tracking

reminder-cron-edge-function

Responsibilities

  • Serve as the cron-triggered entry point for the reminder scan
  • Pass organization-specific configuration to the reminder service
  • Return structured execution logs for monitoring

Interfaces

handleCronTrigger(event)
getEdgeFunctionConfig()
logExecutionResult(result)

Related Data Entities (2)

Data entities managed by this component