Results 6 comments of Paulo Romeira

Thanks for reporting the issue. You're trying to print your own followers, right?

Thanks for reporting the issue. What would you think that could be the default approach: to simply ignore or to raise a specific exception?

hey @sebathi it looks good indeed. right now it's not possible because per decorator the circuit is created by the time the function is declared. but you could achieve that...

Hi @ZeeD , @hyeongguen-song, @nelisSpotOn and everyone who might be interested: I just opened a PR https://github.com/fabfuel/circuitbreaker/pull/57 adding support for async functions and async generators as well. It's fully functional....

Hello @wRAR, thanks for the reply. Sorry I didn't put more details. Example code: ```py def spider_opened(self, spider): if condition: self.crawler.engine.close_spider(spider) ``` Failure: ```sh File "/usr/lib/python2.7/site-packages/scrapy/core/engine.py", line 298, in close_spider...

I believe the most versatile solution is to use some sort of template syntax to insert env variable values into the config file, similar to [what is implemented by frp](https://github.com/fatedier/frp#using-environment-variables)....