Skip to content

A very simple service that sends a gRPC call to the notification service triggering the generation and dispatching of a digest email.

Notifications You must be signed in to change notification settings

kvist-no/digestive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CronJob sending gRPC message to notification service to trigger creating email digest

Configuration options through env vars

# Which environment we're running in (for Sentry monitor)
ENVIRONMENT=
# Sentry Cron monitor URL for cURL
CRON_URL=
# What the URL of the notification service which receives the gRPC call is
NOTIFICATION_SERVICE_URL=

# gRPC Command parameters (with defaults)
COMMAND_FROM=Kubernetes Debrief Trigger CronJob
COMMAND_COMMAND=SendDigestEmailsCommand
COMMAND_DATA={\"template\":\"daily-digest\"}
COMMAND_REQUESTER=

About

A very simple service that sends a gRPC call to the notification service triggering the generation and dispatching of a digest email.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages