@@ -40,6 +40,7 @@ exports[`event-queue outbox monkeyPatchCAPOutbox=true ad-hoc events overwrite se
4040 " load" : 60 ,
4141 " parallelEventProcessing" : 5 ,
4242 " priority" : " medium" ,
43+ " propagateHeaders" : [],
4344 " retryAttempts" : 20 ,
4445 " selectMaxChunkSize" : 10 ,
4546 " subType" : " NotificationServicePeriodic.action" ,
@@ -64,6 +65,7 @@ exports[`event-queue outbox monkeyPatchCAPOutbox=true ad-hoc events overwrite se
6465 " load" : 60 ,
6566 " parallelEventProcessing" : 5 ,
6667 " priority" : " medium" ,
68+ " propagateHeaders" : [],
6769 " retryAttempts" : 20 ,
6870 " selectMaxChunkSize" : 10 ,
6971 " subType" : " NotificationServicePeriodic.action" ,
@@ -88,6 +90,7 @@ exports[`event-queue outbox monkeyPatchCAPOutbox=true custom options should win
8890 " load" : 1 ,
8991 " parallelEventProcessing" : 5 ,
9092 " priority" : " medium" ,
93+ " propagateHeaders" : [],
9194 " retryAttempts" : 20 ,
9295 " selectMaxChunkSize" : 10 ,
9396 " subType" : " NotificationServiceOutboxedByConfig" ,
@@ -124,6 +127,7 @@ exports[`event-queue outbox monkeyPatchCAPOutbox=true map config to event-queue
124127 " load" : 1 ,
125128 " parallelEventProcessing" : 5 ,
126129 " priority" : " medium" ,
130+ " propagateHeaders" : [],
127131 " retryAttempts" : 20 ,
128132 " selectMaxChunkSize" : 10 ,
129133 " subType" : " NotificationService" ,
@@ -138,6 +142,7 @@ exports[`event-queue outbox monkeyPatchCAPOutbox=true option to use eventQueue.u
138142 " subject" : " subject" ,
139143 " to" : " to" ,
140144 },
145+ " headers" : {},
141146 " subType" : " NotificationServiceOutboxedByConfigUserId" ,
142147 " user" : " dummyTestUser" ,
143148}
@@ -158,6 +163,7 @@ exports[`event-queue outbox monkeyPatchCAPOutbox=true periodic events inherit co
158163 " keepAliveMaxInProgressTime" : 210 ,
159164 " load" : 60 ,
160165 " priority" : " medium" ,
166+ " propagateHeaders" : [],
161167 " subType" : " NotificationServicePeriodic.main" ,
162168 " transactionMode" : " isolated" ,
163169 " type" : " CAP_OUTBOX_PERIODIC" ,
@@ -191,6 +197,7 @@ exports[`event-queue outbox monkeyPatchCAPOutbox=true periodic events inherit co
191197 " keepAliveMaxInProgressTime" : 210 ,
192198 " load" : 60 ,
193199 " priority" : " medium" ,
200+ " propagateHeaders" : [],
194201 " subType" : " NotificationServicePeriodic.main" ,
195202 " transactionMode" : " alwaysRollback" ,
196203 " type" : " CAP_OUTBOX_PERIODIC" ,
@@ -215,6 +222,7 @@ exports[`event-queue outbox monkeyPatchCAPOutbox=true periodic events inherit co
215222 " keepAliveMaxInProgressTime" : 210 ,
216223 " load" : 60 ,
217224 " priority" : " medium" ,
225+ " propagateHeaders" : [],
218226 " subType" : " NotificationServicePeriodic.main" ,
219227 " transactionMode" : " isolated" ,
220228 " type" : " CAP_OUTBOX_PERIODIC" ,
@@ -302,6 +310,7 @@ exports[`event-queue outbox monkeyPatchCAPOutbox=true req.data should be stored
302310 " subject" : " subject" ,
303311 " to" : " to" ,
304312 },
313+ " headers" : {},
305314 " subType" : " NotificationService" ,
306315 " user" : " testUser" ,
307316}
@@ -327,6 +336,7 @@ exports[`event-queue outbox monkeyPatchCAPOutbox=true req.data should be stored
327336 " subject" : " subject" ,
328337 " to" : " to" ,
329338 },
339+ " headers" : {},
330340 " subType" : " NotificationService" ,
331341 " user" : " testUser" ,
332342}
@@ -370,6 +380,7 @@ exports[`event-queue outbox monkeyPatchCAPOutbox=true should store correct user
370380 " subject" : " subject" ,
371381 " to" : " to" ,
372382 },
383+ " headers" : {},
373384 " subType" : " NotificationService" ,
374385 " user" : " badman" ,
375386}
@@ -391,6 +402,7 @@ exports[`event-queue outbox monkeyPatchCAPOutbox=true should work for outboxed s
391402 " load" : 1 ,
392403 " parallelEventProcessing" : 5 ,
393404 " priority" : " medium" ,
405+ " propagateHeaders" : [],
394406 " retryAttempts" : 20 ,
395407 " selectMaxChunkSize" : 10 ,
396408 " subType" : " NotificationServiceOutboxedByConfig" ,
0 commit comments