We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9862ee8 commit 171a059Copy full SHA for 171a059
.github/workflows/conference-sync.yml
@@ -1,7 +1,7 @@
1
# Sched's API rate limits are very limited, so we sync non-critical part of the data on a cron.
2
on:
3
schedule:
4
- - cron: "*/1 * * * *" # every minute
+ - cron: "*/10 * * * *" # every ten minutes
5
6
jobs:
7
sync:
0 commit comments