Hi All,I want to run a command every hour to update registered user data in the database without using node cron jobs. Is there any way to do so the same as SQL Server Agent? And is it a better option to schedule such things on DB itself without making Server involvement. What is the best approach to do so?
--
You received this message because you are subscribed to the Google Groups "mongodb-user"
group.
For other MongoDB technical support options, see: https://docs.mongodb.com/manual/support/
---
You received this message because you are subscribed to the Google Groups "mongodb-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mongodb-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mongodb-user/df06ef66-1171-4ae7-a955-932c7b7cbddf%40googlegroups.com.
Hi,
Currently there is no stored procedure equivalent in MongoDB, unfortunately, so any cron-like processing should use an external script triggered by cron or an equivalent.
What is your use case? Could you provide more details?
Best regards,
Kevin