Playframework concurrent jobs management
问题 I would like to have some advise on multiple concurrent job management in play : in fact, i'm using in my application two distincts jobs : the first job is a quick one : it tries to reach two distinct url using WS.url() method and record the resulting status into database. Three retry are done if a website does not responding. This task takes less than 20s to finish, and is going to be run every 5 minutes. the second job is a slow one : it parses content into both websites if their status