Handle 429, multi-threaded index module

This commit is contained in:
2020-07-11 17:42:46 -04:00
parent ed15e89f45
commit 13f4dbed2d
15 changed files with 227 additions and 82 deletions

View File

@@ -58,6 +58,7 @@ typedef struct {
typedef struct {
char *es_url;
int batch_size;
tpool_t *pool;
} IndexCtx_t;
typedef struct {