We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a46ad3 + c31ea60 commit 2c0e84cCopy full SHA for 2c0e84c
1 file changed
jobs/knative-job-worker/src/index.ts
@@ -190,7 +190,7 @@ export default class Worker {
190
});
191
client.query('LISTEN "jobs:insert"');
192
client.on('error', (e: unknown) => {
193
- log.error('Error with database notify listener');
+ log.error('Error with database notify listener', String(e));
194
release();
195
this.listen();
196
0 commit comments