The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::Wubot::Plugin::TaskNotify - monitor for upcoming scheduled tasks

VERSION

version 0.3.6

SYNOPSIS

  ~/wubot/config/plugins/TaskNotify/org.yaml

  ---
  dbfile: /Users/wu/wubot/sqlite/tasks.sql
  tablename: tasks
  delay: 5m

DESCRIPTION

The TaskNotify plugin looks in the tasks database for items that are within 15 minutes of coming due. For each item, a notification is sent each time the plugin runs.

SUBROUTINES/METHODS

check( $inputs )

The standard monitor check() method.