commit: d9e1049bd00c469805779257343b049ff45ff0fe
Author: Alex Legler <alex <AT> a3li <DOT> li>
AuthorDate: Sat Feb 21 21:35:37 2015 +0000
Commit: Alex Legler <a3li <AT> gentoo <DOT> org>
CommitDate: Sat Feb 21 21:35:37 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/ag.git;a=commit;h=d9e1049b
Sleep for a second after creating an index to hopefully fix timing issues
---
lib/storage.rb | 3 +++
1 file changed, 3 insertions(+)
diff --git a/lib/storage.rb b/lib/storage.rb
index 9045a0b..da9e8ad 100644
--- a/lib/storage.rb
+++ b/lib/storage.rb
@@ -68,6 +68,9 @@ module Ag::Storage
}
}
})
+
+ # Give elasticsearch some time to process the new index
+ sleep 1
end
def get_content(message)