Skip to content

Commit

Permalink
change NewsletterSignupAgentLowFrequencyRefreshJob time from 60 to 15…
Browse files Browse the repository at this point in the history
… minutes (#27182)
  • Loading branch information
dblatcher authored May 24, 2024
1 parent c0d3fe5 commit 3ef13d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class NewsletterSignupLifecycle(

descheduleAll()
newsletterSignupAgent.refresh()
jobs.scheduleEveryNMinutes("NewsletterSignupAgentLowFrequencyRefreshJob", 60) {
jobs.scheduleEveryNMinutes("NewsletterSignupAgentLowFrequencyRefreshJob", 15) {
newsletterSignupAgent.refresh()
}
}
Expand Down

0 comments on commit 3ef13d0

Please sign in to comment.