diff options
author | bnewbold <bnewbold@archive.org> | 2022-01-21 23:19:35 +0000 |
---|---|---|
committer | bnewbold <bnewbold@archive.org> | 2022-01-21 23:19:35 +0000 |
commit | 04b5d02a3dad37d66a73afb7ea6bf9c7a78427dd (patch) | |
tree | 939ed5f3f7f9e7480de8e3a447f1af7adcf81165 /python/fatcat_tools/workers/__init__.py | |
parent | 33578b36552e62a3fc892a5f3e59eab3fd68ad24 (diff) | |
parent | bf0c7ece06735d5568f4a89d2006c4cc0a37cdcf (diff) | |
download | fatcat-04b5d02a3dad37d66a73afb7ea6bf9c7a78427dd.tar.gz fatcat-04b5d02a3dad37d66a73afb7ea6bf9c7a78427dd.zip |
Merge branch 'bnewbold-file-es' into 'master'
File entity elasticsearch index worker
See merge request webgroup/fatcat!136
Diffstat (limited to 'python/fatcat_tools/workers/__init__.py')
-rw-r--r-- | python/fatcat_tools/workers/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/fatcat_tools/workers/__init__.py b/python/fatcat_tools/workers/__init__.py index 18b35b2b..d3c0978f 100644 --- a/python/fatcat_tools/workers/__init__.py +++ b/python/fatcat_tools/workers/__init__.py @@ -2,6 +2,7 @@ from .changelog import ChangelogWorker, EntityUpdatesWorker from .elasticsearch import ( ElasticsearchChangelogWorker, ElasticsearchContainerWorker, + ElasticsearchFileWorker, ElasticsearchReleaseWorker, ) from .worker_common import FatcatWorker, most_recent_message |