We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aace9e commit a204e11Copy full SHA for a204e11
dev/user.clj
@@ -119,8 +119,10 @@
119
(Thread/sleep 10000))
120
(if (not= (elastic-doc-count) feed-file-count)
121
(println "Gave up waiting for elasticsearch to finish indexing....")))
122
+ (Thread/sleep 2000)
123
(check-journals)
- (check-members))))
124
+ (check-members)
125
+ (Thread/sleep 2000))))
126
127
(defn elastic-work-hits []
128
(map elastic-convert/es-doc->citeproc
0 commit comments