Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

See Custom Logging for more information on this.

You can also use queue.count() to obtain the number of messages in the current components queue. This can be useful for many applications.

One of the ways we use it is with out Build system. If we have several GIT commits queued up then we skip the first few in the queue because builds take a few minutes and it doesn’t make sense to build lots of small commits which are not that important.