diff --git a/.replit b/.replit index 095664e..aa41490 100644 --- a/.replit +++ b/.replit @@ -30,10 +30,6 @@ externalPort = 3000 localPort = 45059 externalPort = 3001 -[[ports]] -localPort = 45559 -externalPort = 4200 - [env] PORT = "5000" diff --git a/deployment/cron_train.sh b/deployment/cron_train.sh index 7334208..f32d8e4 100755 --- a/deployment/cron_train.sh +++ b/deployment/cron_train.sh @@ -12,7 +12,7 @@ echo "=========================================" >> "$LOG_FILE" curl -X POST http://localhost:8000/train \ -H "Content-Type: application/json" \ - -d '{"max_records": 100000, "hours_back": 24}' \ + -d '{"max_records": 1000000, "hours_back": 24}' \ --max-time 300 >> "$LOG_FILE" 2>&1 EXIT_CODE=$?