Skip to content

Commit

Permalink
add comment about what it does
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwiidb committed Nov 8, 2023
1 parent a64cd2d commit 58d9c3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/payment-reconciliation/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ import (
)

// script to reconcile pending payments between the backup node and the database
// normally, this reconciliation should happen through rabbitmq but there are
// cases where it doesn't happen and in that case this script can be run as a a
// cron job as a redundant reconcilation mechanism.
func main() {

c := &service.Config{}
Expand Down

0 comments on commit 58d9c3d

Please sign in to comment.