Skip to content

Commit

Permalink
Merge branch 'add-metrics-router' of github.com:juspay/hyperswitch in…
Browse files Browse the repository at this point in the history
…to add-metrics-router

* 'add-metrics-router' of github.com:juspay/hyperswitch:
  • Loading branch information
pixincreate committed Jan 12, 2024
2 parents 04d850d + 82560eb commit 3d11f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/router/src/core/payments/helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -986,7 +986,7 @@ where
match schedule_time {
Some(stime) => {
if !requeue {
// Increment the count of added tasks every time a payment has been confirmed or PSync has been called
// Here, increment the count of added tasks every time a payment has been confirmed or PSync has been called
metrics::TASKS_ADDED_COUNT.add(
&metrics::CONTEXT,
1,
Expand Down

0 comments on commit 3d11f02

Please sign in to comment.