krux / starport

Apache License 2.0
2 stars 7 forks source link

Add support for dispatcher #57

Closed Shwetank87 closed 4 years ago

Shwetank87 commented 4 years ago
  1. Create a TaskDispatcher trait. The job of the dispatcher is to deploy and activate pipelines.
  2. The dispatcher api facilitates two methods: dispatch and retrieve.
  3. Use the dispatcher in StartScheduledPipelines method.