Commit c6bafc0
authored
Finalize production setup for deploying Safegraph (#264)
* Add updated encrypted credentials
* Add wip_signal to production params template
* Add newline
* Run on 12 cores
* Add shell script to run the indicator
* Update run script
- Use production ingestion dir
- Remove hard fail to work around an issue with `cp`.
- `cp` fails when files don't exist. I thought we could squash the
error by sending stderr to /dev/null, but `set -eo` still catches
and fails the script. Even worse, it happens silently. There should
be a better way to handle this so will add it to a future task.1 parent 3988a3b commit c6bafc0
1 file changed
+4
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | 17 | | |
20 | | - | |
21 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
0 commit comments