Questions tagged «cron»

3
Mongo Shell中过去24小时的日期范围查询
我正在设置cron作业以从MongoDB数据库分析器收集结果。我想在24小时内收集结果。我计划使用javascript运行mongo命令。 问题是,在Mongo shell中,如何编写查询以查找24小时之前的日期范围?如: db.system.profile.find({ "timestamp" : { $lte : <current date & time>, $gt : <date & time 24 hrs ago> } })
15 mongodb  cron 
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.