Package: percona-postgresql-17-cron Source: percona-pg-cron Version: 1.6.7-1+1.1 Architecture: arm64 Maintainer: Percona Development Team Installed-Size: 218 Depends: libc6 (>= 2.38), libpq5 (>= 9.0~) Filename: arm64/percona-postgresql-17-cron_1.6.7-1+1.1_arm64.deb Size: 103618 MD5sum: c3e13c6355237b0b23bf72c771e741d9 SHA1: 6c68529e85c689450070c330fde2c82eb5cbac65 SHA256: 27db0010b7cc99c4a7b6db37944cf35ac352dc911ca3757ffea5e8881da657c7 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.