Skip to content

Commit

Permalink
Push schedule back 15 minutes
Browse files Browse the repository at this point in the history
It seems like we are getting a lot of 404s on looking up corresponding records in regulations.gov on our first run of the day, and which are almost always resolved with runs later in the day. That works fine, but I’m thinking it’s possible this will Just Work if we push back the first run a little bit.
  • Loading branch information
Mr0grog authored Feb 20, 2025
1 parent be3e590 commit 509ca32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Update DB
on:
workflow_dispatch: {}
schedule:
# At 9am, Noon, 5pm ET
- cron: '15 13,16,21 * * *'
# At 9:30am, 12:30pm, 5:30pm ET
- cron: '30 13,16,21 * * *'

jobs:
update:
Expand Down

0 comments on commit 509ca32

Please sign in to comment.