scala - How to run a task every day a 11PM

后端 未结 2 724
有刺的猬
有刺的猬 2021-01-25 17:02

With playframework, I\'m trying to run a function to send a mail every day at 11PM but I don\'t know how to do. I found many answers accros the internet but I haven\'t managed t

2条回答
  •  臣服心动
    2021-01-25 17:48

    I suggest you to use akka quartz scheduler https://github.com/enragedginger/akka-quartz-scheduler

提交回复
热议问题