Marko Požega

Results 7 comments of Marko Požega

I have the same issue. Have you managed to fix the problem?

http://elasticsearch:9200/ instead of http://localhost:9200 in dev Dockerfile

Some thing here. @eduhaag have you managed to solve the issue?

Found temporary fix. Just add `/` on the end of the route. For example `http://localhost/dash/`

@Bilonik any updates on this? Have you managed to solve this issue?

@Bilonik Apparently [new sort field has been added to codebase](https://github.com/agenda/agendash/blob/e86e7f7d3e411c1d61f2975dd2876a17b7205b38/lib/controllers/agendash.js#L64) and therefore: ``` db.agendaJobs.ensureIndex({ "nextRunAt" : -1, "lastRunAt" : -1, "lastFinishedAt" : -1 }, "agendash") ``` index is not good...

I can confirm that on version **5.1.3** it happens to me from time to time also (I get `undefined` job in array of jobs). Here is my queue default configuration...