Изменил время отправки утреннего сообщения
This commit is contained in:
parent
810ab56ca6
commit
0f327e25f6
@ -22,7 +22,7 @@ public class SchedulerNotification {
|
||||
private final PullRequestsService pullRequestsService;
|
||||
private final MessageSendService messageSendService;
|
||||
|
||||
@Scheduled(cron = "0 30 8 * * MON-FRI")
|
||||
@Scheduled(cron = "0 15 8 * * MON-FRI")
|
||||
public void goodMorning() {
|
||||
List<User> allRegister = userService.getAllRegister();
|
||||
for (User user : allRegister) {
|
||||
|
Loading…
Reference in New Issue
Block a user