MVPilgrim commited on
Commit
9e65ee6
·
verified ·
1 Parent(s): 8368502

Update startup.sh

Browse files
Files changed (1) hide show
  1. startup.sh +6 -1
startup.sh CHANGED
@@ -13,7 +13,7 @@ echo "#### Before /app/text2vec-transformers"
13
 
14
  sleep 5
15
  echo "\n######## curl t2 "
16
- for (( ; ; )) do curl localhost:8081/vectors -H 'Content-Type: application/json' -d '{"text": "foo bar"}'; sleep 30; done &
17
 
18
 
19
  ###############################################
@@ -50,6 +50,11 @@ python /app/semsearch.py &
50
  # Display timestamps.
51
  for (( ; ; )) do date; sleep 60; done &
52
 
 
 
 
 
 
53
  wait
54
 
55
 
 
13
 
14
  sleep 5
15
  echo "\n######## curl t2 "
16
+ for (( ; ; )) do curl localhost:8081/vectors -H 'Content-Type: application/json' -d '{"text": "foo bar"}'; sleep 61; done &
17
 
18
 
19
  ###############################################
 
50
  # Display timestamps.
51
  for (( ; ; )) do date; sleep 60; done &
52
 
53
+ sleep 10
54
+ echo "#############################"
55
+ ls -al ~/var/lib/weaviate
56
+ ls -al ~/var/lib/weaviate/*
57
+
58
  wait
59
 
60