summaryrefslogtreecommitdiffstats
path: root/python/fatcat_tools/workers/elastic.py
Commit message (Collapse)AuthorAgeFilesLines
* switch to auto consumer offset updatesBryan Newbold2018-11-131-1/+5
| | | | | | This is the classic/correct way to do consumer group updates for higher throughput, when "at least once" semantics are acceptible (as they are here; double processing should be safe/fine).
* to_elastic_dict -> release_elastic_dictBryan Newbold2018-11-131-1/+2
|
* more simple fatcat_client importsBryan Newbold2018-11-131-1/+1
|
* shuffle around fatcat_tools layoutBryan Newbold2018-11-131-0/+47