mwielocha / dotData-exercise

Job Scheduler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotData’s exercise

To test:

sbt test

To run:

sbt run

Query analisys

Both summary and status queries should perform at a constant complexity.

Because of underlying PriorityQueue submitting a job may in worst case scenario result in log(n) complexity relative to the number of pending jobs.

About

Job Scheduler


Languages

Language:Scala 100.0%