vortex14
vortex14
I have argument callback "parse_page": self.crawl(url=this_url,callback=self.parse_page) I don't understand, but when task retries, then status good or if i go to debug, I see task success..
 Yes, I find this on page '/tasks?project=' in web UI. Next instance is success.

bug is not fixed.

Yes, this instruction worked!
> Please explain the motivation for adding this example 1. It is not always convenient to use only decorators to describe the bot 2. It is not always necessary to...
> > Use polling from Dispatcher. It's nonblocking. Anyway, class-based bot is not a solution That is, you design all bots through decorators in one file? Are you using classes...
> I don't understand why you spawn tasks… Ok, You are right for this case, but I uploaded a new example on FastAPI based and how you apply this polling...
> Nothing prevents you to use ok, but this is different way for create application, I and added a few examples for this, which nothing in example directories. Do you...