Looks like the Great Firewall or something like it is preventing you from completely loading www.skritter.com because it is hosted on Google App Engine, which is periodically blocked. Try instead our mirror:

legacy.skritter.cn

This might also be caused by an internet filter, such as SafeEyes. If you have such a filter installed, try adding appspot.com to the list of allowed domains.

Batch Entity

Batches are collections of Requests for batching.

Properties

  • id
  • created
  • totalRequests
    number of parallel tasks this batch has generated so far (most likely will rise for parallel GET queries)
  • runningRequests
    number of parallel tasks left to complete (of those that have been made)
  • Requests
    list of Requests in this Batch.

Note: totalRequests and runningRequests values are going to usually update faster than Requests. Do not expect these numbers to be exactly consistent.