logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

celery-migrate - Migrate tasks from one broker to another.

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.

Name

       celery-migrate - Migrate tasks from one broker to another.

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                                  CELERYMIGRATE(1)

Synopsis

celerymigrate [OPTIONS] SOURCE DESTINATION

See Also