Dustin Deus
Dustin Deus
I wanted to create an issue for that as well. The types aren't strict enough. Good catch!
Any reason why nobody is responding to this? @fubhy has great ideas, and a interceptors/middlewares approach is long overdue. How can I/we push it forward?
@smaye81 thank you for the update. It would be nice if the communication would be more open. I can't wait to try it out. :crossed_fingers:
My fault. I still had a timeout in the shutdown phase. The bug is still valid.
I was able to workaround this by ```ts await boss.stop(stopOptions); await new Promise((resolve) => { boss.once('stopped', () => resolve(null)); }); fastify.log.info('PgBoss shutdown complete'); ``` I think it would be more...
What's the reason for passing it onto the next cycle [here](https://github.com/timgit/pg-boss/blob/64df1e471fdd44469702467ff09420c7396ba685/src/index.js#L154)? + why is a delay of 1000ms required?
@timgit friendly ping.
@timgit thank you. Any eta?
@timgit are you open to feedback? You resolved all my comments without an answer.