Skip to content
Snippets Groups Projects
Commit 3987dca6 authored by ddamiron's avatar ddamiron
Browse files

clean-up reindexer

parent 2156e6ad
No related branches found
No related tags found
No related merge requests found
...@@ -187,7 +187,7 @@ def delete_dataset_from_dest_index(the_rabbit, the_cfg, the_uuid): ...@@ -187,7 +187,7 @@ def delete_dataset_from_dest_index(the_rabbit, the_cfg, the_uuid):
uuid_prefix='meta', uuid_prefix='meta',
info='no info', info='no info',
loglevel='INFO', loglevel='INFO',
progress_ratio=0.2 progress_ratio=0.1
) )
the_rabbit.publish_log(log_message=log_message.__dict__) the_rabbit.publish_log(log_message=log_message.__dict__)
# ------------------------------------------------------------ # ------------------------------------------------------------
......
...@@ -42,7 +42,7 @@ def create_sampling_task(cfg, channel, uuid): ...@@ -42,7 +42,7 @@ def create_sampling_task(cfg, channel, uuid):
uuid_prefix='full', uuid_prefix='full',
info=uuid, info=uuid,
loglevel='INFO', loglevel='INFO',
progress_ratio=0.4 progress_ratio=0.8
) )
json_body = json.dumps(log_message.__dict__) json_body = json.dumps(log_message.__dict__)
...@@ -207,7 +207,7 @@ def on_msg_callback(channel, method, properties, body): ...@@ -207,7 +207,7 @@ def on_msg_callback(channel, method, properties, body):
uuid_prefix='full', uuid_prefix='full',
info=uuid, info=uuid,
loglevel='INFO', loglevel='INFO',
progress_ratio=0.8 progress_ratio=0.2
) )
json_body = json.dumps(log_message.__dict__) json_body = json.dumps(log_message.__dict__)
...@@ -273,7 +273,7 @@ def on_msg_callback(channel, method, properties, body): ...@@ -273,7 +273,7 @@ def on_msg_callback(channel, method, properties, body):
uuid_prefix='meta', uuid_prefix='meta',
info=uuid, info=uuid,
loglevel='INFO', loglevel='INFO',
progress_ratio=0.9 progress_ratio=0.6
) )
json_body = json.dumps(log_message.__dict__) json_body = json.dumps(log_message.__dict__)
...@@ -375,7 +375,7 @@ def on_msg_callback(channel, method, properties, body): ...@@ -375,7 +375,7 @@ def on_msg_callback(channel, method, properties, body):
uuid_prefix='full', uuid_prefix='full',
info=uuid, info=uuid,
loglevel='INFO', loglevel='INFO',
progress_ratio=1 progress_ratio=0.9
) )
json_body = json.dumps(log_message.__dict__) json_body = json.dumps(log_message.__dict__)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment