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 4f26b11 commit bd6819aCopy full SHA for bd6819a
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