I am normally adverse to putting business logic in databases, but I have found a nice self contained use case for it. Instead of adding another scheduled job in my application, I use PostgreSQL's pg_cron extension.
I am normally adverse to putting business logic in databases, but I have found a nice self contained use case for it. Instead of adding another scheduled job in my application, I use PostgreSQL's pg_cron extension.