We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
@Bilonik any updates on this? Have you managed to solve this issue?
Sorry, something went wrong.
@Bilonik Apparently new sort field has been added to codebase and therefore:
db.agendaJobs.ensureIndex({ "nextRunAt" : -1, "lastRunAt" : -1, "lastFinishedAt" : -1 }, "agendash")
index is not good anymore, you need to change i to:
db.agendaJobs.ensureIndex({ "repeatInterval: -1", "nextRunAt" : -1, "lastRunAt" : -1, "lastFinishedAt" : -1 }, "agendash")
Update optimization index in README.md
b3aec0f
agenda#241
Update index creation in order to match new sort query
77e1dc1
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: