Provided by: celery_5.4.0-5_all 

NAME
celery-migrate - Migrate tasks from one broker to another.
SYNOPSIS
celery migrate [OPTIONS] SOURCE DESTINATION
DESCRIPTION
Migrate tasks from one broker to another.
Warning:
This command is experimental, make sure you have a backup of
the tasks before you continue.
OPTIONS
-n, --limit INTEGER
Number of tasks to consume.
-t, --timeout FLOAT
Timeout in seconds waiting for tasks.
-a, --ack-messages
Ack messages from source broker.
-T, --tasks TEXT
List of task names to filter on.
-Q, --queues TEXT
List of queues to migrate.
-F, --forever
Continually migrate tasks until killed.
5.4.0 2025-03-01 CELERY MIGRATE(1)