Commit 9ce3b11
committed
Use isolated connection configurations in the output plugin
Modify to use isolated connection configurations for each plugin instance.
The previous implementation had an issue where incorrect connections were used
due to ActiveRecord's connection pooling mechanism when the output plugin
was used multiple times.
Signed-off-by: Haruki Hasegawa <[email protected]>1 parent 66e411b commit 9ce3b11
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | | - | |
| 209 | + | |
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
227 | | - | |
| 227 | + | |
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
| |||
0 commit comments