You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments