Skip to content

Commit

Permalink
backload recent data for all agencies
Browse files Browse the repository at this point in the history
  • Loading branch information
levinmr committed Dec 20, 2024
1 parent ffc1024 commit 930cf8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.publisher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ applications:
health-check-type: process
buildpacks:
- nodejs_buildpack
command: (node deploy/backload.js --date 2023-10-06 && echo SUCCESS || echo FAIL) && sleep infinity
command: (node deploy/backload.js --date 2024-08-17 && echo SUCCESS || echo FAIL) && sleep infinity
env:
ANALYTICS_DEBUG: 'true'
ANALYTICS_LOG_LEVEL: ${ANALYTICS_LOG_LEVEL}
Expand Down

0 comments on commit 930cf8e

Please sign in to comment.