Changes between Version 9 and Version 10 of S3/Notifications
- Timestamp:
- 09/05/13 10:53:55 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/Notifications
v9 v10 47 47 === Framework === 48 48 49 All parts of the notifications framework are implemented as S3Notifications class in modules/s3/s3notify.py.49 All parts of the notifications framework are implemented as {{{S3Notifications}}} class in ''modules/s3/s3notify.py''. 50 50 51 To impersonate the subscriber for send(), the S3Notifications.notify() sends a temporary, single-use auth token together with the POST request. This auth token is handled in models/00_utils.py.51 To impersonate the subscriber for send(), {{{S3Notifications.notify()}}} sends a temporary, single-use '''auth token''' together with the POST request. This auth token is handled in ''models/00_utils.py''. 52 52 53 Notifications require a scheduler workerprocess to run in the background.53 Notifications require a '''scheduler worker''' process to run in the background. 54 54 55 55 === Message Templates ===