The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

SYNOPSIS

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

  ---
  dbfile: /Users/wu/wubot/sqlite/tasks.sql
  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.