| id | job_name | cron_expr | command | last_run_at | last_run_status | last_run_duration_ms | owner | active | notes |
|---|
| 15 | backup-db | 0 0 * * * | /opt/intibank/scripts/backup_db.sh | | OK | | ops@intibank.pe | true | Daily mysqldump |
| 14 | risk-recompute | 0 2 * * 0 | /opt/intibank/scripts/risk_recompute.sh | | FAIL | | risk@intibank.pe | true | Weekly Sunday |
| 13 | swift-retry-pending | */15 * * * * | curl http://localhost:8080/api/swift/retry | | OK | | ops@intibank.pe | true | Every 15min |
| 12 | audit-archive | 0 3 1 * * | /opt/intibank/scripts/archive_logs.sh | | OK | | ops@intibank.pe | true | Move old logs to S3 |
| 11 | fatca-crs-quarterly | 0 5 1 */3 * | /opt/intibank/scripts/fatca_crs.py | | FAIL | | compliance@intibank.pe | true | IRS + OECD |
| 10 | sbs-252-monthly | 0 4 1 * * | CALL sp_generate_sbs_252(DATE_FORMAT(NOW(),"%Y%m")) | | OK | | reporting@intibank.pe | true | SBS regulatory |
| 9 | sar-review | 0 9 * * 1 | /opt/intibank/scripts/sar_review.pl | | OK | | compliance@intibank.pe | true | UIF review |
| 8 | interest-accrual | 0 1 * * * | /opt/intibank/scripts/interest_accrual.sh | | OK | | accounting@intibank.pe | true | Daily interest |
| 7 | collections-update | 0 6 * * * | CALL sp_update_collections_buckets() | | OK | | collections@intibank.pe | true | Bucket migration |
| 6 | sanctions-rescan | 0 3 * * 1 | /opt/intibank/scripts/sanctions_rescan.sh | | OK | | compliance@intibank.pe | true | Weekly full rescan |
| 5 | settlement-merchants | 0 19 * * * | CALL sp_daily_merchant_settlement(CURDATE()) | | OK | | treasury@intibank.pe | true | MCC settle |
| 4 | reconciliation-core | 0 2 * * * | /opt/intibank/scripts/recon_core.sh | | OK | | ops@intibank.pe | true | vs AS400 |
| 3 | fx-refresh-evening | 0 18 * * 1-5 | curl -sS http://localhost:8080/batch/fx-refresh | | OK | | treasury@intibank.pe | true | NY close |
| 2 | fx-refresh-morning | 0 7 * * 1-5 | curl -sS http://localhost:8080/batch/fx-refresh | | OK | | treasury@intibank.pe | true | BCRP rates |
| 1 | eod-freeze | 30 23 * * * | curl -sS http://localhost:8080/batch/eod | | OK | | ops@intibank.pe | true | EOD freeze pending |