We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b772f15 commit 13fcebbCopy full SHA for 13fcebb
dpq/commands.py
@@ -90,6 +90,9 @@ def inner_run(self, **options):
90
cursor.execute("SET application_name TO %s", ['dpq#{}'.format(os.getpid())])
91
92
if self.listen:
93
+ self.logger.info('Listening for queued tasks', extra={
94
+ 'channel': self.queue.notify_channel,
95
+ })
96
self.queue.listen()
97
try:
98
0 commit comments