Modules§
- db
- endpoint
- errors
- Error handling for common autopush functions
- logging
- metric_
name - Defines standard metric names used across the application.
- metrics
- middleware
- notification
- Notification protocol
- redis_
util - reliability
- sentry
- tags
- test_
support - util
- Various small utilities accumulated over time for the WebPush server
Constants§
- MAX_
FCM_ NOTIFICATION_ TTL - FCM has a max TTL of 4 weeks (28 days). In most use cases, converted to seconds through .num_seconds().
- MAX_
NOTIFICATION_ TTL - The maximum TTL for notifications (30 days). In most use cases, converted to seconds through .num_seconds().
- MAX_
ROUTER_ TTL - The maximum TTL for router records (60 days). In most use cases, converted to seconds through .num_seconds().