Azizbek

Results 3 comments of Azizbek

what is the status of this? I'm encountering an ImproperlyConfigured error when using gcm.send_message even though I've specified the application_id. I spent an entire hour to resolve this issue. Here...

In the get_schedules() method, this line seems to be causing the issue: `async for key in redis.scan_iter(f"{self.prefix}:*"):` scan_iter appears to never yield any keys. After debugging, I found that AsyncScanCommands.scan_iter()...