Transaction Priority#

Transactions can currently have two levels of priority: normal and low.

Normal priority transactions will be processed ahead of any low priority task in the queue.

Low priority transactions have a time limit associated with them. This means that if a low priority transaction is in the queue for more than a day, it will be processed as a normal priority transaction.

The following transactions have a low priority:

  • Data sync

  • Bulk load

  • Data import (JSON import)

Any sub-transaction of these transactions also have a low priority.