Results 3 comments of Zefan Xie

`later.schedule(festivalSchedule).next(10)` in my production server return ``` json [ "2014-12-25T02:00:00.000Z", "2014-12-26T02:00:00.000Z", "2014-12-27T02:00:00.000Z", "2014-12-28T02:00:00.000Z", "2014-12-29T02:00:00.000Z", "2014-12-30T02:00:00.000Z", "2014-12-31T02:00:00.000Z", "2015-01-01T02:00:00.000Z", "2015-01-02T02:00:00.000Z", "2015-01-03T02:00:00.000Z" ] ``` I see to logs, if I define a job...

Hi, I replace later with node-schedule and this bug no longer occur in production environment.(with same code) I doubt this bug may cause by pm2

dagger will generate code to the folder app/gen so add ``` java.srcDirs = 'gen' ``` to you `app/build.gradle` like this ``` sourceSets.main { java.srcDirs = ['src/main/java', 'gen'] } ```