findExecutorsAliveBefore

@Query(value = "select e from Executor e where e.lastAliveTime < :time")
abstract fun findExecutorsAliveBefore(time: Instant): List<Executor>