kotborealis commented on issue #2111:
URL: https://github.com/apache/buildstream/issues/2111#issuecomment-4207714252

   cc @abderrahim 
   
   Maybe I could draft a PR that disables status updates via env variable? 
   
   Something like:
   ```python
   def render(self):
     if os.environ.get("BST_DISABLE_STATUS", 1):
       return
   
     ...
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to