Skip to content

Commit

Permalink
fix: emails job
Browse files Browse the repository at this point in the history
  • Loading branch information
oproprioleonardo committed Oct 17, 2024
1 parent 0e88b6a commit 60cea83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
public class EmailSenderJob {
private final IEmailGateway emailGateway;

//@Scheduled(fixedDelay = 10 * 1000)
@Scheduled(fixedDelay = 10 * 1000)
public void sendEmails() {
this.emailGateway.findNotSent().forEach(this.emailGateway::send);
}
Expand Down

0 comments on commit 60cea83

Please sign in to comment.