Adam Strike

Results 3 issues of Adam Strike

Hi, I am running docker in Lambda's container environment but I seem to be having issues. I can call `launch()` fine, but the next operation (in my case `browser.newPage()`) operation...

Hi, my failed tasks are not being reattempted. Here is my config: ``` Q_CLUSTER = { "django_redis": "default", "save_limit": 10000, "timeout": 300, "retry": 300, "cpu_affinity": 3, "max_attempts": 3, } ```...