Retry outbound reactions for up to a day

This commit is contained in:
Evan Hahn
2021-10-29 18:19:44 -05:00
committed by GitHub
parent 4a6b7968c1
commit 8670a4d864
25 changed files with 1444 additions and 473 deletions

View File

@@ -110,7 +110,7 @@ describe('JobQueueDatabaseStore', () => {
queueType: 'test queue',
data: { hi: 5 },
},
{ shouldInsertIntoDatabase: false }
{ shouldPersist: false }
);
await streamPromise;