Skip to content

Commit

Permalink
poll slower when idle
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-run committed Aug 1, 2023
1 parent 2a9aa8c commit cd6c23c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poll-image/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Cron } from './deps.ts';

logWithTimestamp('Setting up scrape cron job');

const job = new Cron('* * * * *', async () => {
const job = new Cron('*/2 * * * *', async () => {
await Promise.all(
[
'kroloftet',
Expand Down

1 comment on commit cd6c23c

@vercel
Copy link

@vercel vercel bot commented on cd6c23c Aug 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

badstu – ./

badstu-git-main-karl2.vercel.app
badstu.karl.run
badstu-karl2.vercel.app

Please sign in to comment.