Home
Providers
Celery
Celery
Celery is an open-source distributed task queue for Python. It allows you to run tasks asynchronously in the background, enabling scalable distributed systems with support for multiple message brokers (RabbitMQ, Redis, Amazon SQS) and result backends. Celery provides a rich set of Python programming APIs for defining tasks, composing workflows, scheduling periodic work, executing on workers, and monitoring execution.
Celery publishes 8 APIs on the APIs.io network. Tagged areas include Asynchronous, Distributed Systems, Message Queue, Open-Source, and Python.
The Celery catalog on APIs.io includes 1 event-driven AsyncAPI specification.
Celery’s developer surface includes documentation, getting-started guide, GitHub presence, changelog, CLI, authentication, sandbox, and 26 more developer resources.
8 APIs
On this page
Kin Score
APIs 8
Pricing Plans 1
Rate Limits 1
FinOps 1
Event Specs 1
Security Posture 3
Resources 33
apis.yml
42 Operational Transparency
Composite quality — 39.0/100 · thin
Agent readiness — 22/100 · agent aware
Individual APIs this provider publishes, each with its own machine-readable definition.
Scroll for all 8
Published pricing tiers and plan structures.
Documented rate limits and quota policies.
Cost, billing, and metering signals for API financial operations.
AsyncAPI definitions for this provider's event-driven and streaming APIs.
Authentication, domain security, vulnerability disclosure, and trust-center signals.
Get Started 2
Portal, sign-up, and the first successful call
Documentation 3
Reference material describing how the API behaves
Agent Surfaces 2
MCP servers, agent skills, and machine-readable catalogs
Design & Contract 4
Pagination, idempotency, versioning, errors, and events
Build 5
SDKs, sample code, and the tooling you integrate with
Access & Security 4
Authentication, authorization, and security posture
Operate 7
Status, limits, changes, and where to get help
Scroll for all 7
Commercial 3
Pricing, plans, and the legal terms of use
Company 1
The organization behind the API
Other 2
Properties that don't map to a standard resource type
Source (apis.yml)
aid: celery
url: https://raw.githubusercontent.com/api-evangelist/celery/refs/heads/main/apis.yml
name: Celery
tags:
- Asynchronous
- Distributed Systems
- Message Queue
- Open-Source
- Python
- Task Queue
tags_raw:
- Asynchronous
- Distributed Systems
- Message Queue
- Open Source
- Python
- Task Queue
type: Index
deliveryModel:
model: unknown
open_source: false
commercial: false
callable_host: false
label: Delivery model not determined — needs a product licence on record
confidence: low
source:
- none
generated: '2026-08-28'
method: derived
accessModel:
pricing: freemium
onboarding: unknown
trial: false
try_now: false
public: false
label: Freemium
confidence: medium
source:
- plans
generated: '2026-07-22'
method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/celery.png
access: Open Source
created: '2024-01-15'
modified: '2026-09-05'
position: Consuming
specificationVersion: '0.23'
description: Celery is an open-source distributed task queue for Python. It allows you to run tasks asynchronously in the
background, enabling scalable distributed systems with support for multiple message brokers (RabbitMQ, Redis, Amazon SQS)
and result backends. Celery provides a rich set of Python programming APIs for defining tasks, composing workflows, scheduling
periodic work, executing on workers, and monitoring execution.
apis:
- aid: celery:celery-task-api
name: Celery Task API
tags:
- Python
- Task Queue
- Task
tags_raw:
- Python
- Task Queue
- Tasks
humanURL: https://docs.celeryq.dev/en/stable/userguide/tasks.html
properties:
- url: https://docs.celeryq.dev/en/stable/userguide/tasks.html
type: Documentation
- url: https://docs.celeryq.dev/en/stable/reference/celery.app.task.html
type: Reference
- url: https://docs.celeryq.dev/en/stable/getting-started/
type: GettingStarted
description: Core API for defining and executing distributed tasks in Celery. Supports task decorators, retries, timeouts,
rate limiting, and custom task classes.
- aid: celery:celery-application-api
name: Celery Application API
tags:
- Application
- Configuration
humanURL: https://docs.celeryq.dev/en/stable/userguide/application.html
properties:
- url: https://docs.celeryq.dev/en/stable/userguide/application.html
type: Documentation
- url: https://docs.celeryq.dev/en/stable/reference/celery.html
type: Reference
- url: https://docs.celeryq.dev/en/stable/userguide/configuration.html
type: Configuration
description: Application configuration and initialization API for Celery, used to configure brokers, result backends, serialization,
routing, and task discovery.
- aid: celery:celery-canvas-api
name: Celery Canvas API
tags:
- Workflows
- Chains
- Group
- Chords
tags_raw:
- Workflows
- Chains
- Groups
- Chords
humanURL: https://docs.celeryq.dev/en/stable/userguide/canvas.html
properties:
- url: https://docs.celeryq.dev/en/stable/userguide/canvas.html
type: Documentation
description: Canvas is Celery's workflow composition API for building complex task orchestrations using signatures, chains,
groups, chords, maps, starmaps, and chunks.
- aid: celery:celery-beat-api
name: Celery Beat API
tags:
- Scheduling
- Periodic Tasks
humanURL: https://docs.celeryq.dev/en/stable/userguide/periodic-tasks.html
properties:
- url: https://docs.celeryq.dev/en/stable/userguide/periodic-tasks.html
type: Documentation
- url: https://docs.celeryq.dev/en/stable/reference/celery.beat.html
type: Reference
description: Celery Beat is the scheduler for periodic tasks, supporting crontab-style schedules, interval schedules, and
solar schedules. It can also be backed by a database scheduler for dynamic schedules.
- aid: celery:celery-worker-api
name: Celery Worker API
tags:
- Worker
- Execution
- Concurrency
humanURL: https://docs.celeryq.dev/en/stable/userguide/workers.html
properties:
- url: https://docs.celeryq.dev/en/stable/userguide/workers.html
type: Documentation
- url: https://docs.celeryq.dev/en/stable/reference/celery.worker.html
type: Reference
description: Worker API for executing distributed tasks with configurable concurrency (prefork, gevent, eventlet, solo,
threads), autoscaling, remote control, and signal handling.
- aid: celery:celery-result-api
name: Celery Result Backend API
tags:
- Results
- States
- Storage
tags_raw:
- Results
- State
- Storage
humanURL: https://docs.celeryq.dev/en/stable/userguide/tasks.html#result-backends
properties:
- url: https://docs.celeryq.dev/en/stable/userguide/tasks.html#result-backends
type: Documentation
- url: https://docs.celeryq.dev/en/stable/reference/celery.result.html
type: Reference
description: Result backend API for storing and retrieving task results and state using backends such as Redis, RPC, database,
Memcached, Cassandra, and S3.
- aid: celery:celery-signals-api
name: Celery Signals API
tags:
- Signals
- Event
- Extensions
tags_raw:
- Signals
- Events
- Extensions
humanURL: https://docs.celeryq.dev/en/stable/userguide/signals.html
properties:
- url: https://docs.celeryq.dev/en/stable/userguide/signals.html
type: Documentation
- url: https://docs.celeryq.dev/en/stable/reference/celery.signals.html
type: Reference
description: Signals API for hooking into Celery lifecycle events including task, worker, beat, and consumer signals to
build extensions and observability.
- aid: celery:celery-monitoring-api
name: Celery Monitoring and Events API
tags:
- Monitoring
- Event
- Observability
tags_raw:
- Monitoring
- Events
- Observability
humanURL: https://docs.celeryq.dev/en/stable/userguide/monitoring.html
properties:
- url: https://docs.celeryq.dev/en/stable/userguide/monitoring.html
type: Documentation
- url: https://docs.celeryq.dev/en/stable/reference/celery.events.html
type: Reference
description: Event streaming and monitoring API for inspecting workers, tasks, and queues. Supports the curses-based celery
events monitor and third-party tools such as Flower.
common:
- type: DomainSecurity
url: security/celery-domain-security.yml
- type: Website
url: https://docs.celeryq.dev/
- type: Documentation
url: https://docs.celeryq.dev/en/stable/
- type: Reference
url: https://docs.celeryq.dev/en/stable/reference/index.html
- type: GettingStarted
url: https://docs.celeryq.dev/en/stable/getting-started/
- type: GitHub
url: https://github.com/celery/celery
- type: PyPI
url: https://pypi.org/project/celery/
- type: ChangeLog
url: https://docs.celeryq.dev/en/stable/changelog.html
- type: Community
url: https://github.com/celery/celery/discussions
- type: Issues
url: https://github.com/celery/celery/issues
- type: Contributing
url: https://docs.celeryq.dev/en/stable/contributing.html
- type: License
url: https://github.com/celery/celery/blob/main/LICENSE
- type: GitHubOrganization
url: https://github.com/celery
- type: Roadmap
url: https://github.com/celery/ceps
- type: Security
url: https://github.com/celery/celery/security/policy
- type: Deprecation
url: https://docs.celeryq.dev/en/stable/internals/deprecation.html
- type: Packages
url: packages/celery-packages.yml
- type: SDKs
url: packages/celery-packages.yml
- type: CLI
url: cli/celery-cli.yml
- type: Authentication
url: authentication/celery-authentication.yml
- type: Conventions
url: conventions/celery-conventions.yml
- type: ErrorCatalog
url: errors/celery-error-codes.yml
- type: Lifecycle
url: lifecycle/celery-lifecycle.yml
- type: ChangeLog
url: changelog/celery-changelog.yml
- type: Conformance
url: conformance/celery-conformance.yml
- type: Sandbox
url: sandbox/celery-sandbox.yml
- type: VulnerabilityDisclosure
url: security/celery-vulnerability-disclosure.yml
- type: AsyncAPI
url: asyncapi/celery-events-asyncapi.yml
- type: LLMsTxt
url: llms/celery-llms.txt
- type: X-MCPServerCandidate
url: mcp/celery-mcp.yml
- type: Plans
url: plans/celery-plans-pricing.yml
- type: RateLimits
url: rate-limits/celery-rate-limits.yml
- type: FinOps
url: finops/celery-finops.yml
maintainers:
- FN: Kin Lane
email: kin@apievangelist.com
x-enrichment:
date: '2026-09-05'
status: enriched
artifacts_added: 14
pass: local-v3
Every provider here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for providers
9 MCP tools reach this
find_providersBrowse and filter every provider in the catalog.
get_provider_artifactsEvery artifact this provider publishes, grouped by type.
get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
get_provider_ratingPRO — composite, band, trend and facet scores.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools →
Call it yourself
curl for this page
This provider
curl "https://apis.io/api/v1/providers/celery"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/celery/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/celery/evidence"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms .
A second provider on the same verified email joins the account you already have.