Commit af370c5
committed
Auto merge of #593 - Mark-Simulacrum:logging, r=Mark-Simulacrum
Avoid expensive queries at startup
Previously, the initial startup would synchronize() the configuration, and
query the experiment assigned to each agent. Querying the assigned experiment
could take upwards of ~80 seconds per agent, leading to a long time before it
was able to respond to queries.
I plan to see if we can restructure that query separately, but this seems like a good start.1 file changed
+10
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
90 | | - | |
91 | | - | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
92 | 98 | | |
93 | 99 | | |
94 | 100 | | |
| 101 | + | |
95 | 102 | | |
96 | 103 | | |
97 | 104 | | |
| |||
0 commit comments