nv-morpheus / Morpheus

Morpheus SDK
Apache License 2.0
333 stars 124 forks source link

[BUG]: silence_monitors config still emits a message on complete #1648

Open dagardner-nv opened 4 months ago

dagardner-nv commented 4 months ago

Version

24.03

Which installation method(s) does this occur on?

Source

Describe the bug.

Setting silence_monitors=True still creates a MRC node, the mapped function is stubbed out due to using SilentMorpheusTqdm however the on_completed method is still invoked which produces a log.

Consider not adding any MRC nodes, which avoids the unnecessary GIL & Python conversions for the stubbed out stage.

Minimum reproducible example

No response

Relevant log output

Click here to see error details

 [Paste the error here, it will be hidden by default]

Full env printout

Click here to see environment details

 [Paste the results of print_env.sh here, it will be hidden by default]

Other/Misc.

No response

Code of Conduct