Skip to content

Commit

Permalink
Fix --dynamic_local_execution_delay flag name in dynamic execution docs.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 487206121
Change-Id: I0c4767e3d8ed6c4553fd8466d3f8f2e2270ccfa2
  • Loading branch information
tjgq authored and copybara-github committed Nov 9, 2022
1 parent c20d7ed commit 5318c45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/en/remote/dynamic.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ the Javac mnemonic only. The remote version works the same way. Both flags can
be specified multiple times. If an action cannot be executed locally, it is
executed remotely as normal, and vice-versa.

If your remote system has a cache, the `--local_execution_delay`
If your remote system has a cache, the `--dynamic_local_execution_delay`
flag adds a delay in milliseconds to the local execution after the remote system
has indicated a cache hit. This avoids running local execution when more cache
hits are likely. The default value is 1000ms, but should be tuned to being just
Expand Down Expand Up @@ -126,7 +126,7 @@ Problems with dynamic execution can be subtle and hard to debug, as they can
manifest only under some specific combinations of local and remote execution.
The `--debug_spawn_scheduler` adds extra output from the dynamic
execution system that can help debug these problems. You can also adjust the
`--local_execution_delay` flag and number of remote vs. local jobs
`--dynamic_local_execution_delay` flag and number of remote vs. local jobs
to make it easier to reproduce the problems.

If you are experiencing problems with dynamic execution using the `standalone`
Expand Down

0 comments on commit 5318c45

Please sign in to comment.