UNPKG

@softvisio/core

Version:
16 lines (12 loc) 286 B
module: acme type: postgresql patch: ~ emits: ~ locks: ~ cron: cleanup: cron: "0 1 * * *" # 01:00 everyday timezone: ~ query: |- DELETE FROM acme_certificate WHERE expires <= CURRENT_TIMESTAMP; DELETE FROM acme_challenge WHERE expires <= CURRENT_TIMESTAMP;