Group
Extension

Matches 2

App-MonM-Notifier ( A/AB/ABALAMA/App-MonM-Notifier-1.04.tar.gz, ABALAMA, 2022; MetaCPAN )
App-MonM-Notifier/lib/App/MonM/Notifier/Store.pm ( view source; MetaCPAN )
    `message` TEXT, -- Message content (BASE64)
        `attributes` TEXT, -- Message attributes (JSON)
        `published` BIGINT(20), -- The publication time (unixtime)
        `scheduled` BIGINT(20
 => 30*24*60*60, # 30 days max (how time to hold of messages)
    MAXTIME     => 300, # 5 min
    JSON_ATTRS  => [
            { # For serialize
                utf8 => 0,
                pretty => 1,
ect
    `message` TEXT, -- Message content (BASE64)
    `attributes` TEXT, -- Message attributes (JSON)
    `published` BIGINT(20), -- The publication time (unixtime)
    `scheduled` BIGINT(20), -- Th
App-MonM-Notifier ( A/AB/ABALAMA/App-MonM-Notifier-1.04.tar.gz, ABALAMA, 2022; MetaCPAN )
App-MonM-Notifier/lib/App/MonM/Notifier/Monotifier.pm ( view source; MetaCPAN )
    `message` TEXT, -- Message content (BASE64)
        `attributes` TEXT, -- Message attributes (JSON)
        `published` BIGINT(20), -- The publication time (unixtime)
        `scheduled` BIGINT(20

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.