Closed kasvith closed 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
pgBossService.boss
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