Commit c633411
authored
Use isolated connection configurations in the output plugin (#152)
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 <h6a.h4i.0@gmail.com>1 parent 15a0eff commit c633411
1 file changed
Lines changed: 2 additions & 2 deletions
| 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