Skip to content
This repository was archived by the owner on Jul 2, 2022. It is now read-only.

Commit 58d7120

Browse files
committed
add cron scraping
1 parent 17c4245 commit 58d7120

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

app.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"cron": [
3+
{
4+
"command": "yarn scrape",
5+
"schedule": "*/2 * * * *"
6+
}
7+
]
8+
}

0 commit comments

Comments
 (0)