tapis-project / camera-traps

BSD 3-Clause "New" or "Revised" License
5 stars 9 forks source link

Issue the PluginStartedEvent and respond to the PluginTerminateEvent in Python plugins #14

Open joestubbs opened 1 year ago

joestubbs commented 1 year ago

While implementing these, let's also ensure that the plugins do not have any "hard-coded" limits on the number of events they can handle.. for example, a for i in range(15) in the main loop...