Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Yes, Celery provides a RESTful HTTP API that can be used to schedule and modify tasks. This API can be accessed externally, allowing other applications or systems to manage Celery tasks. Additionally, other APIs such as RabbitMQ or Redis, which are commonly used as Celery message brokers, also provide APIs for scheduling and modifying tasks.