Igor Mozharovsky

Results 4 comments of Igor Mozharovsky

Hello! Can you please describe how many instances are running and which command you use to start workers? It would also be great if you could share your Darq args&kwargs...

I'm sorry to be late with the reply. Yes, Darq will have support for the new redis-py. Until recently, in my personal opinion, aioredis 2.x was not yet production-ready. Speaking...

Will do. But for this moment it can be done by wrapping existing task into wrapper with params: ```python @darq.task async def print_name(name: str = 'John'): print(name) @darq.task async def...

@jdart my code doesn't broke anything because of this: `chrome.storage.local.get({'active': false, 'urls': [""], 'exposedHeaders': ''}, function(result) {` - this is single place where settings are used (with default settings)