Skip to content

Instantly share code, notes, and snippets.

@Klerith
Created July 11, 2026 13:38
Show Gist options
  • Select an option

  • Save Klerith/ae998a820f17ac35b57d414df4ab65ca to your computer and use it in GitHub Desktop.

Select an option

Save Klerith/ae998a820f17ac35b57d414df4ab65ca to your computer and use it in GitHub Desktop.
Formas de ejecutar agentes - CRON Jobs

Opciones para ejecutar CRON Jobs

1 - Cron del sistema (macOS/Linux)

1.1 - Task Scheduler (recomendado - GUI)

1.2 - PowerShell (script + scheduled task)

1.3 - launchd (nativo macOS - recomendado)

2 - Supabase Cron (pg_cron) - si el agente hace tareas de base de datos

3 - GitHub Actions - si el repo está en GitHub

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment