In Celery, the strings used to refer to tasks are called "task names." These are typically specified as a string that identifies the task within your application. Task names are used when sending tasks to a worker for processing, allowing you to reference the specific function you want to execute. Additionally, you can also use "task queues" to organize and route tasks within your Celery setup.
Copyright © 2026 eLLeNow.com All Rights Reserved.