Subscriber portal
Executes the posting task.
public void run()
This is the entry point of the batch task. This is written so that there is an "all-or-nothing" behavior (complete transactional roll-back) for things run inside the batch. Posts outside a batch can still partially finish in the presence of errors.