I\'m planning to deploy an app using Play and have never used their \"Jobs\" before. My deploy will be large enough to require different Play servers load-balanced, but my c
You can use a database flag as described here: Playframework concurrent jobs management by Pere Villega for two jobs.
But I think the solution from Guillaume Bort on Google Groups to use Memcache is the best one. There seems to be a module for Play 2: https://github.com/mumoshu/play2-memcached