Hi,
Can you help me understand how a queue item gets to new status with the 3 following conditions?
" the item was postponed, or a deadline was added to it, or the item was added after an attempt and failure of a previous queue item with auto-retry enabled."
β When a transaction item is added to the queue the status is new.
β When you get an System Exception, and while creating a queue if Auto Retry is enabled the failed transaction item will be added again and itβs status will be new.
If you want to run a particular transaction item on a specific date or in particular time you use Postpone and Deadline properties. These transaction items status will be also set to New.