forked from rodeofx/shotgunEvents
-
Notifications
You must be signed in to change notification settings - Fork 122
Home
RemusRomulus edited this page May 9, 2017
·
16 revisions
- 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.
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.