Skip to content

Commit

Permalink
feature: offline queue defaults added [WTEL-4342]
Browse files Browse the repository at this point in the history
  • Loading branch information
VladimirBeria committed May 8, 2024
1 parent b374395 commit f190d07
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ const offlineQueue = () => ({
grantee: {},
taskProcessing: processing(),
payload: {
maxAttempts: 3, // required
waitBetweenRetries: 30 * 60, // required
originateTimeout: 60, // required
recordings: false,
recordAll: false,
Expand Down

0 comments on commit f190d07

Please sign in to comment.