Skip to content

Commit

Permalink
134: Remove old queue migrations as the upgrade to rabbitmq 4.0.5 mus…
Browse files Browse the repository at this point in the history
…t happen after the update to 3.13 has happened and the queues have been deleted at least once and migrated.
  • Loading branch information
lfse-slafleur committed Jan 7, 2025
1 parent 144b7d1 commit 61b5920
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions rabbitmq/rabbitmq-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,3 @@ rabbitmqctl set_permissions --vhost omotes_celery "$RABBITMQ_CELERY_USER_NAME" "

#_________________________________________________________________________________________________
# QUEUE MIGRATIONS

# mvp.4.RC2
# Ticket 84 84-extend-available-workflow-functionality-to-support-multiple-sdks-at-once

# Remove available_workflows & request_available_workflows durable queues if they exist.
# Messages may be dropped without repercussions.
rabbitmqctl delete_queue --vhost omotes available_workflows
rabbitmqctl delete_queue --vhost omotes request_available_workflows

0 comments on commit 61b5920

Please sign in to comment.