You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we are logging Build finished (inside __exit__), but that line is called up to 3 times per build because we are using the DockerBuildEnvironment (which inherit from BuildEnvironment) 3 times with a context manager:
In
readthedocs.org/readthedocs/doc_builder/environments.py
Lines 547 to 555 in 637a91e
we are logging
Build finished
(inside__exit__
), but that line is called up to 3 times per build because we are using theDockerBuildEnvironment
(which inherit fromBuildEnvironment
) 3 times with a context manager:readthedocs.org/readthedocs/projects/tasks.py
Line 354 in 637a91e
readthedocs.org/readthedocs/projects/tasks.py
Line 642 in 637a91e
readthedocs.org/readthedocs/projects/tasks.py
Line 642 in 637a91e
Note that we are using this log line in the New Relic dashboard and it's currently showing not accurate data.
Related to #3984
The text was updated successfully, but these errors were encountered: