gndn
gndn
OK thanks for the answer:) On Fri, Nov 11, 2016, 1:34 PM slavaschmidt [email protected] wrote: > Hi @liorchen https://github.com/liorchen, > > we had some discussions about that and it probably...
this is a MUST we use snowflake on top of async python to provide customer facing dashboards and it basically slows down our service dramatically there's no new python project...
hi guys! for what its worth I've hacked together a nodejs server that I use as proxy with python's aiohttp it works very well https://github.com/varos-io/snowflake-proxy/
or if you're using GINO ``` db = Gino( dsn=config.DB_DSN, pool_min_size=config.DB_POOL_MIN_SIZE, pool_max_size=config.DB_POOL_MAX_SIZE, echo=config.DB_ECHO, ssl=config.DB_SSL, use_connection_for_request=config.DB_USE_CONNECTION_FOR_REQUEST, retry_limit=config.DB_RETRY_LIMIT, retry_interval=config.DB_RETRY_INTERVAL, kwargs={'server_settings': {'jit': 'off'}} ) ```
@auvipy after long investigations, I found that the core problem goes like that: 1. you run long running operations in canvas (I've tried both chord/chain). 2. there are multiple flows...
any update on this? I'm also waiting for this feature
the weird thing is that `ShopifySubstream` calls the parent `read_records` which is essentially iterating over all the records of the parent (e.g all orders, all customers..) BUT it supposed to...
I found the issue. ran on my laptop and looks no more memory leak!. can anyone please make me contributor so I can open PR?