Package: percona-postgresql-17-cron Source: percona-pg-cron Version: 1.6.7-1+1.1 Architecture: arm64 Maintainer: Percona Development Team Installed-Size: 215 Depends: libc6 (>= 2.38), libpq5 (>= 9.0~) Filename: arm64/percona-postgresql-17-cron_1.6.7-1+1.1_arm64.deb Size: 101284 MD5sum: bf6035045d399ef442c2a8840af35280 SHA1: 40206b29c27a893717e1e3c5dac2deb2ac050b97 SHA256: 3cadb544da0a7e74975857ec81491e4764ca14b77a85f9d48961a1e73d4d1c0d Section: database Priority: optional Homepage: https://github.com/citusdata/pg_cron Description: Run periodic jobs in PostgreSQL pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher) that runs inside the database as an extension. It uses the same syntax as regular cron, but it allows you to schedule PostgreSQL commands directly from the database. pg_cron can run multiple jobs in parallel, but it runs at most one instance of a job at a time. If a second run is supposed to start before the first one finishes, then the second run is queued and started as soon as the first run completes.