Skip to content

Commit

Permalink
#133 ignore errors/do not exit when single sensor fails HTTP fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
justb4 committed Jul 12, 2018
1 parent 38b4cd3 commit c3b8daa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions etl/options/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.sh
*.args
!example.args

2 changes: 1 addition & 1 deletion etl/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ then
exit -1
fi

IMAGE=smartemission/se-stetl:1.0.13
IMAGE=smartemission/se-stetl:1.0.14
NAME="stetl_${ETL_PROCESS}"
NETWORK="--network=se_back"
ETL_DEFAULT_ARGS="/work/options/default.args"
Expand Down

0 comments on commit c3b8daa

Please sign in to comment.