Skip to content

Commit

Permalink
feat(condo): DOMA-10975 added pagination in sendBillingReceiptsNotifi…
Browse files Browse the repository at this point in the history
…cations (#5702)

* feat(condo): DOMA-10975 added pagination

* feat(condo): DOMA-10975 some fixes

* feat(condo): DOMA-10975 review fixes

* feat(condo): DOMA-10975 sonarcloud fix

* feat(condo): DOMA-10975 added test for pagination

* feat(condo): DOMA-10975 fix pagination inner logic

* feat(condo): DOMA-10975 some fixes

* feat(condo): DOMA-10975 some fixes

* feat(condo): DOMA-10975 fix random tests

* feat(condo): DOMA-10975 test for message body
  • Loading branch information
vovaaxeapolla authored Jan 24, 2025
1 parent 05ed348 commit 12ba1c0
Show file tree
Hide file tree
Showing 3 changed files with 349 additions and 98 deletions.
2 changes: 2 additions & 0 deletions apps/condo/domains/resident/constants/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ const MAX_SUGGEST_SERVICE_PROVIDER_ITEMS_COUNT = 20
const REDIS_LAST_DATE_KEY = 'LAST_SEND_BILLING_RECEIPT_NOTIFICATION_CREATED_AT'
const LAST_SEND_BILLING_RECEIPT_NOTIFICATION_DATE = 'LAST_SEND_BILLING_RECEIPT_NOTIFICATION_DATE'
const BILLING_CONTEXT_SYNCHRONIZATION_DATE = 'BILLING_CONTEXT_SYNCHRONIZATION_DATE'
const SEND_BILLING_RECEIPT_CHUNK_SIZE = 100

module.exports = {
PAYMENT_CATEGORIES_META,
Expand All @@ -188,4 +189,5 @@ module.exports = {
MAX_SUGGEST_SERVICE_PROVIDER_ITEMS_COUNT,
REDIS_LAST_DATE_KEY,
BILLING_CONTEXT_SYNCHRONIZATION_DATE,
SEND_BILLING_RECEIPT_CHUNK_SIZE,
}
Loading

0 comments on commit 12ba1c0

Please sign in to comment.