sky-uk/kafka-message-scheduler

Handle when Akka Scheduler fails to schedule something

oliverlockwood opened this issue · 1 comments

At the moment, if we fail to schedule something, we don't react to this in any way. We fire-and-forget the Future without any callback.

For now, we will just log this as a warning.