manta-node 0.5b0.dev133__py3-none-any.whl → 0.5b0.dev159__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -488,6 +488,7 @@ class TaskManager(ContainerManager, ImageExecutor):
488
488
  iteration=task_progression.task_update.iteration,
489
489
  circular=task_progression.task_update.circular,
490
490
  )
491
+ self.tracer.metadata.task_status = task_progression.task_status
491
492
 
492
493
  raw_logs = await self.get_container_logs(
493
494
  swarm_id, task_id, since=task_progression.last_log_collected
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: manta_node
3
- Version: 0.5b0.dev133
3
+ Version: 0.5b0.dev159
4
4
  Summary: Node side software of the Manta platform. It is responsible for the communication with the Manta Core and the execution of the tasks.
5
5
  Author-email: Hugo Miralles <hugomiralles@manta-tech.io>, Matthew Thompson <matthew.thompson@manta-tech.io>
6
6
  License: GNU AFFERO GENERAL PUBLIC LICENSE
@@ -1,7 +1,7 @@
1
1
  manta_node/__init__.py,sha256=bgGWXH3yQVhNf0v1ZGUBAy5Y51fqb0Y-EaLnocbcino,153
2
2
  manta_node/__main__.py,sha256=0VzbY1KfezaARZDuCBc7Th1GO_-BnKTK8eDEXhgP5J4,1731
3
3
  manta_node/node_orchestrator.py,sha256=0VMBsZSMQiIe9L-Bd7Jn4avNpNyDCMa1kyPSTgRiOes,17336
4
- manta_node/task_manager.py,sha256=Ip5gfS80AvVyDoCjaFc-vdrlipRo4i-3VlVBTwr7oHY,24376
4
+ manta_node/task_manager.py,sha256=pU7lOpjJKGOmS6gEym5tJ3Jln5HcuRRkg1NOk7o8S1o,24448
5
5
  manta_node/tasks.py,sha256=aj2AUCgsfkKpP2_sBUudP_TdkwVDMn_q2r2Au0YnTWQ,6788
6
6
  manta_node/utils.py,sha256=gkYRB7fylk1jy1sm7nKU7o8eadGxn0AX4IjCHT6Wzuw,1179
7
7
  manta_node/cli/__init__.py,sha256=arzO3mXDJ-E2yeeytbZfN7mCswwxdQ43_QjyeL2E5yE,134
@@ -35,9 +35,9 @@ manta_node/infrastructure/metrics/collector.py,sha256=nhFPAbjA04ye3UaGN95_zdpf9h
35
35
  manta_node/infrastructure/metrics/metrics_collector.py,sha256=jhEocAPWS6xgbNvcBBiEB9cAN_9hEGssZJXoysQzWOk,10518
36
36
  manta_node/infrastructure/mqtt/__init__.py,sha256=riXo1sXgO4YV6DHCmWRqK61BAmuGLdHiVdQFunAJadA,140
37
37
  manta_node/infrastructure/mqtt/command_handler.py,sha256=2kYl-1ojbv_NbgMfoFPPTA-snWIYYXwprevurH7SF84,17094
38
- manta_node-0.5b0.dev133.dist-info/licenses/LICENSE,sha256=P5HojupjKoAusNtHqWOvO-YFolwLFWQ7Uq0XVKK9nFQ,35291
39
- manta_node-0.5b0.dev133.dist-info/METADATA,sha256=SDvR-7JYpCLiLHo6g4PftdKNbep5Y7vnB2aX5JWyd2A,44654
40
- manta_node-0.5b0.dev133.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
41
- manta_node-0.5b0.dev133.dist-info/entry_points.txt,sha256=C_zcw6mdmztNxVUZGLZ83UH5TwcSuqb2C-rB4e2CQoc,56
42
- manta_node-0.5b0.dev133.dist-info/top_level.txt,sha256=nbT5J5WETuXM9UPoQckl29uUOq8wMYdRb9QDx5kAFeo,11
43
- manta_node-0.5b0.dev133.dist-info/RECORD,,
38
+ manta_node-0.5b0.dev159.dist-info/licenses/LICENSE,sha256=P5HojupjKoAusNtHqWOvO-YFolwLFWQ7Uq0XVKK9nFQ,35291
39
+ manta_node-0.5b0.dev159.dist-info/METADATA,sha256=k7wN-5ZFQfem2V7-fNy_wekniFNWPwtwz96CvfhexGE,44654
40
+ manta_node-0.5b0.dev159.dist-info/WHEEL,sha256=K260EYznzXsJYBQGqmI8VTxEdiZYNvDZwW9cBh9-_MA,91
41
+ manta_node-0.5b0.dev159.dist-info/entry_points.txt,sha256=C_zcw6mdmztNxVUZGLZ83UH5TwcSuqb2C-rB4e2CQoc,56
42
+ manta_node-0.5b0.dev159.dist-info/top_level.txt,sha256=nbT5J5WETuXM9UPoQckl29uUOq8wMYdRb9QDx5kAFeo,11
43
+ manta_node-0.5b0.dev159.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (82.0.1)
2
+ Generator: setuptools (83.0.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5