forked from GoogleChrome/chromium-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
notifier.yaml
30 lines (23 loc) · 789 Bytes
/
notifier.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
runtime: python311
service: notifier
handlers:
- url: /tasks/detect-intent
script: auto
# Header checks prevent raw access to this handler. Tasks have headers.
- url: /tasks/email-subscribers
script: auto
# Header checks prevent raw access to this handler. Tasks have headers.
- url: /tasks/email-reviewers
script: auto
# Header checks prevent raw access to this handler. Tasks have headers.
- url: /tasks/email-comments
script: auto
# Header checks prevent raw access to this handler. Tasks have headers.
app_engine_apis: true
# Set up VPC Access Connector for Redis in prod.
vpc_access_connector:
name: projects/cr-status/locations/us-central1/connectors/redis-connector
env_variables:
# Redis envs for prod
REDISHOST: '10.250.3.187'
REDISPORT: '6379'