You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. The external service, when ready to process the request, makes an HTTP POST request to the queue to pull the message
45
+
3. The external service, when ready to process the request, makes an HTTP POST request to the queue to pull the message.
46
46
4. The queue sends the message in response to the POST request from step 3.
47
-
5. The external service must acknowledge that the message has been received
47
+
5. The external service must acknowledge that the message has been received.
48
48
49
49
You can follow the steps here to [configure a pull-based consumer](/queues/configuration/pull-consumers/#1-enable-http-pull).
50
50
51
-
## Additional Example Use Cases
51
+
## Additional example use cases
52
52
53
-
- Send an email to an administrator anytime objects are deleted from R2.
53
+
- Send an email to an administrator any time objects are deleted from R2.
54
54
- When a video or podcast is uploaded to R2, it automatically processes the content using one of Cloudflare's Automatic Speech Recognition (ASR) AI models to generate subtitles or even translate the content.
55
55
- Remove related database entries if an object in R2 is deleted.
56
56
57
-
## Related Resources
57
+
## Related resources
58
58
-[Tutorial: Log and store upload events in R2 with event notifications](/r2/tutorials/upload-logs-event-notifications/)
0 commit comments