I want to develop a system for batch jobs and remote control via http. This system should get jobs via REST or read from redis and result writes to database. I could take java ee wilh wildfly, but I think it's would be overkill for this moreover I already use rails application (sidekiq, rescue isn't convenient for me) I want to find very lightweight framework/library somethink like jetty + ? I've already found spark, vert.x but I'm not sure that they could work with background tasks.
