UNPKG

@ckstack/ck-push-retry

Version:

ckstack push retry server module

14 lines (13 loc) 367 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CRON_EVENT_TYPE = exports.PROC_LHD = void 0; const PROC_LHD = { LHD: '[ck-push-retry:]', IP_LHD_HTTP: '- [ck-push-retry:] -', }; exports.PROC_LHD = PROC_LHD; const CRON_EVENT_TYPE = { BY_SQS: 'by_sqs', BY_RMQ: 'by_rmq', }; exports.CRON_EVENT_TYPE = CRON_EVENT_TYPE;