periodic_job_mongoid 0.1.1
Periodic Job helps you run jobs with a time interval between runs. You may have several copies of your Periodic Job process running (e.g. as part of an application server cluster) and they will coordinate their work with help of a collection stored in a shared MongoDB database to avoid duplicate runs of a job.
Gemfile:
=
install:
=
Runtime Dependencies (1):
mongoid
~> 7.4