Yuji Shen
Yuji Shen
Similar issue also happened in my async version of DB class. ```python @retry(reraise=True, wait=wait_fixed(1), stop=stop_after_delay(30), after=after_log(logger, logging.WARNING) async def execute(self, query: str, values: Dict = None, cloud_logger: CloudLogger = None,...
I added tenacity for all these kind of timeout issues in my app: database queries, HTTP requests, BigQuery queries. But all of them have the similar problem I report above....
Sure! Here is the screenshots:  I set `comment` to `#5c6370` and it affects both link in org-mode and the comment in block.
New to org-ql and org-super-agenda. I am trying to sort items by priority within a group defined by org-ql-block in org-agenda-custom-commands. Just saw this is still open. Does it mean...
Still experience this. Any solution besides disabling auto-completion completely?