Skip to content

Commit

Permalink
stats: write stats to kv every min
Browse files Browse the repository at this point in the history
  • Loading branch information
sehyunc committed Feb 10, 2025
1 parent 41eaf39 commit 3d847c7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 128 deletions.
104 changes: 0 additions & 104 deletions app/api/stats/set-net-flow-kv/route.ts

This file was deleted.

18 changes: 0 additions & 18 deletions app/hooks/useNetFlow.ts

This file was deleted.

8 changes: 2 additions & 6 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,11 @@
"crons": [
{
"path": "/api/stats/set-inflow-kv",
"schedule": "0 * * * *"
"schedule": "* * * * *"
},
{
"path": "/api/stats/set-historical-volume-kv",
"schedule": "0 * * * *"
},
{
"path": "/api/stats/set-net-flow-kv",
"schedule": "0 5 * * *"
"schedule": "* * * * *"
}
]
}

0 comments on commit 3d847c7

Please sign in to comment.