wavezync / nestjs-pgboss

State of Art PG Boss integration with NestJS
https://wavezync.com
MIT License
8 stars 0 forks source link

Direct access to pgboss #11

Closed kasvith closed 2 months ago

kasvith commented 2 months ago

Is your feature request related to a problem? Please describe.

Often we might need to set additional parameters for jobs and access different methods from pgboss itself during development.

Describe the solution you'd like

Expose pgboss directly so it can be accessed under pgBossService.boss. Then we can invoke methods on this without introducing wrapper methods