Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Keep in mind the sharding strategy discussed above, with that, please follow these steps while deciding where to place your app

  • place Place your app in a shard that has a relatively lower time to finish

  • try Try and place your app in the same order in which it appears in the codebase

  • if If a shard is taking ~11 minutes to finish try and place your app in another shard with the same top-level module (i.e an app under lms should be placed under one of the lms shards)

  • please raise an issue in #arbi-bom if If you notice a shard is becoming a bottleneck and taking ~13 minutes to finish, please raise an issue in:

We’ll be adding tooling to automatically detect and report if any of the shards is exhausted and taking significantly longer to finish

...