Skip to content

Commit

Permalink
refractor: decrease cron interval duration
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-nettis committed Mar 28, 2024
1 parent 87c1b53 commit 7e6573d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jobs/refresh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Cache from "memory-cache";
import { refreshAndStoreSourceData } from "utils/refresh";

new CronJob(
"0 */30 * * * *",
"0 */1 * * * *",
async () => {
const startDate = Date.now();
console.log("Refreshing source data");
Expand Down

0 comments on commit 7e6573d

Please sign in to comment.