Computer Science, asked by preetibiradar, 11 months ago

What is true about defer items from the Work Queue?
All the options

If Get Next Item fails to get an item, it does not necessarily mean there are no unworked items in the queue

Defer means the items are temporarily frozen.

New items can be deferred to prevent them from being worked too soon

Answers

Answered by TheSpy
7
Defer means the items are temporarily frozen.
thanks ;)
Answered by DeenaMathew
4

1. True about defer items from the Work Queue is new items can be deferred to prevent them from being worked too soon.

2. A deferral date is explained when items are created, the queue will helps in holding on to them until that date which shows that the items are temporarily frozen.

Similar questions