KurtzL / nestjs-temporal

Temporal plugin for nestjs framework
MIT License
102 stars 21 forks source link

Added methods to register workers #39

Closed clintonb closed 1 year ago

clintonb commented 1 year ago

These methods can be used in lieu of forRoot and forRootAsync in order to register multiple modules as independent workers with separate activities and workflows.

Fixes #22

clintonb commented 1 year ago

@KurtzL please take a look.

clintonb commented 1 year ago

@KurtzL is there a timeline for merging?