Quickcron
Component ID
1485446
Component name
Quickcron
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
You don't need this module unless another module requires you to install it, or you wish to use it for your own custom modules.
Quickcron is similar to Drupal cron, but it's designed to run tasks that should be executed very frequently, like once a second. It defines special hook, hook_quickcron and gives facilities to call it at intervals defined by administrator. Other modules can implement hook_quickcron to perform real time tasks. For example, this module may be used in auction website to automatically close auctions, etc. See README.txt for the instructions of how to set up quickcron and integrate it with your modules.
Differences from Drupal cron:
- You can't run cron more frequently than once a minute.
- You should't run cron tasks too often.
D6 and D7 versions.
This module was developed by Code Your Dream.
