forked from gsn/predictor
added simulate stages. Changed GSN_PREDICTOR_GRIB_TTL to 48h
This commit is contained in:
parent
c4f355a32e
commit
fe207f3fab
21 changed files with 978 additions and 137 deletions
12
run.bat
Normal file
12
run.bat
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
@echo off
|
||||
REM Batch startup script for predictor service
|
||||
REM Sets required environment variables and starts the service
|
||||
|
||||
set GSN_PREDICTOR_GRIB_DIR="c://tmp/grib"
|
||||
set GSN_PREDICTOR_GRIB_TTL=48h
|
||||
|
||||
echo Starting predictor service with GRIB directory: %GSN_PREDICTOR_GRIB_DIR%
|
||||
echo Dataset TTL: %GSN_PREDICTOR_GRIB_TTL%
|
||||
|
||||
REM Run the service
|
||||
go run cmd/api/main.go
|
||||
Loading…
Add table
Add a link
Reference in a new issue