DestinyItemManager / dim-api

Destiny Item Manager API Service
MIT License
37 stars 18 forks source link

Enable pg_cron and add cleanup crons #193

Closed bhollis closed 1 year ago

bhollis commented 1 year ago

This uses pg_cron, which is installed on our DO hosted server, to run weekly jobs that delete useless data from the database: https://github.com/citusdata/pg_cron

Fixes #99 Fixes #158 Fixes #76