From db826248a8eeac11b10e9f4c5077a51a73dac7cc Mon Sep 17 00:00:00 2001 From: ddamiron <ddamiron@sii.fr> Date: Wed, 3 Jul 2019 11:34:24 +0200 Subject: [PATCH] add get json for all progress_ratio and timestamp end-point --- workers/sample-generator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workers/sample-generator.py b/workers/sample-generator.py index a83c493..511aaa4 100644 --- a/workers/sample-generator.py +++ b/workers/sample-generator.py @@ -262,7 +262,7 @@ def callback(channel, method, properties, body): uuid=cfg['session']['current_uuid'], step='sampler', status=message, - uuid_prefix='', + uuid_prefix='meta', info=uuid, loglevel='INFO', progress_ratio=0.9 -- GitLab