Scheduled Job
Name: | Scheduled Job |
Identifier (ID): | cerberusweb.cron |
Manifest
<extension point="cerberusweb.cron">
<id>cron.mailbox</id>
<name>Mailbox Checker and Email Downloader</name>
<class>
<file>api/cron.classes.php</file>
<name>MailboxCron</name>
</class>
<params/>
</extension>
Code
class ExampleExtension extends CerberusCronPageExtension {
public function configure($instance) {
}
public function saveConfigurationAction() {
}
}
Extensions
Bot Scheduled Behavior | cron.bot.scheduled_behavior |
Feeds Cron | feeds.cron |
Heartbeat | cron.heartbeat |
Inbound Email Message Processor | cron.parser |
JIRA Synchronization | wgmjira.cron |
Mail Queue Processor | cron.mail_queue |
Mailbox Checker and Email Downloader | cron.mailbox |
Maintenance | cron.maint |
Network and service monitoring | cerberusweb.datacenter.sensors.cron |
Notifications Emailer | wgm.notifications.emailer.cron |
Packages Importer | cron.packages |
Reminders | cron.reminders |
Search Indexer | cron.search |
Storage Manager | cron.storage |