Revision 8c80a004b587fcc4f0a9c92f4dd7146ad0f1eaac authored by Amanpreet Singh on 11 August 2021, 07:32:54 UTC, committed by Facebook GitHub Bot on 11 August 2021, 07:33:53 UTC
Summary: In large-scale distributed jobs, multiple processes writing config simultaneously to the manifold can cause issues with consistency among the keys. This PR makes sure that only master process writes the config.

Reviewed By: vedanuj

Differential Revision: D30193487

fbshipit-source-id: 060fe341a7dfd13f81627ded948e35a669ecbde6
1 parent c745af5
Raw File
.editorconfig
root = true

[*.py]
charset = utf-8
trim_trailing_whitespace = true
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4

[*.md]
trim_trailing_whitespace = false
back to top