Using Your Project

Message Queue

Queue multiple changes while your project is deploying and manage them with drag-and-drop.

How the message queue works

When your project is deploying, any new messages you send are automatically placed in a queue instead of being processed immediately. Once the current deployment finishes, the next message in the queue is picked up and processed automatically.

This allows you to plan multiple changes ahead of time without waiting for each deployment to complete.

Managing queued messages

The queue panel is accessible from the project header. It shows all pending messages in their processing order. You can:

  • Reorder messages — Drag and drop messages to change the order they will be processed.
  • Edit messages — Click the edit button on a queued message to change its content before it is processed.
  • Delete messages — Remove a queued message if you no longer want that change.

Once a message starts processing, it can no longer be edited or deleted.

Automatic processing

After a deployment completes successfully, FloopFloop automatically checks the queue and starts processing the next message. You do not need to trigger this manually — just send your messages and they will be handled in order.