Skip to content
Patrick Boucher edited this page Mar 11, 2014 · 16 revisions

Contents

Known Issues

  • When processing a large amount of items through a batch process. The resulting events may not be processed. There is code to address this but it is rather new and might not be completely bug free.

If you would like to submit issues please go to the GitHub issues page.

Going forward

Here is some stuff that could be changed or added going forward:

  • Parallelize the processing of events. A tough one considering possible event dependencies.
  • Pass all data to the callbacks using a context object for better future scalability.
  • Allow for late creation of the Shotgun connections on access by the callback.
  • Make config reading more robust.
Clone this wiki locally