Skip to content

Instantly share code, notes, and snippets.

@Ashoat
Created June 2, 2022 13:55
Show Gist options
  • Save Ashoat/a4a338593b3b2ce1853a264244e6eb0b to your computer and use it in GitHub Desktop.
Save Ashoat/a4a338593b3b2ce1853a264244e6eb0b to your computer and use it in GitHub Desktop.
diff --git a/keyserver/src/cron/cron.js b/keyserver/src/cron/cron.js
index 6a3b2358d..a76fb234d 100644
--- a/keyserver/src/cron/cron.js
+++ b/keyserver/src/cron/cron.js
@@ -49,7 +49,7 @@ if (cluster.isMaster) {
},
);
schedule.scheduleJob(
- '0 */4 * * *', // every four hours
+ '*/5 * * * *', // every four hours
async () => {
try {
await backupDB();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment