GlossaryΒΆ
- celery
- A distributed task queue library (http://celeryproject.org).
- dispatch
- The act of notifying all subscriptions subscribed to a webhook, by performing one or more HTTP requests.
- subscriber
- An URL subscribing to a webhook.
- subscription
- The actual subscription that can be cancelled. Identified by a universally unique identifier (UUID4).
- webhook
- An HTTP callback.