Metabase, Quartz, and Postgres
We use Metabase to manage hundreds of databases. We noticed
select cron.schedule_in_database(
'0 * * * *',
'metabase',
'reindex table concurrently qrtz_triggers'
);
We use Metabase to manage hundreds of databases. We noticed
select cron.schedule_in_database(
'0 * * * *',
'metabase',
'reindex table concurrently qrtz_triggers'
);