I have a frequent scenario where I need to kick all connections off a database to do updates. This includes the pg_cron scheduler. What I've found is that after I do that, the only way I know to get it back again (i.e. to restore pg_cron functionality) is to restart postgres... which I really don't want to do. Is there another/better way to get it running again?