Harinib-Kore

Results 9 comments of Harinib-Kore

> I'm released thread-safe broker implemention https://github.com/spumer/dramatiq-kombu-broker/ We does not have hangs anymore with that hey what combination work wells whether it is dramatiq kombu broker and redis as backend...

Is there a way to check the current status of a Dramatiq task by its jobId? Specifically, to determine if it is still running or has completed? Also, is it...

> > Is there a way to check the current status of a Dramatiq task by its jobId? > > We solve it by https://github.com/Bogdanp/django_dramatiq, it has Task model and...

Hi i am facing issue , can you tell me how to solve this @agamrp @spumer @Bogdanp I'm issuing a ticket for the following Dramatiq configuration and error: **Actor Configuration**...

@unclecode Even i am facing same issue

@unclecode @aravindkarnam Another issue observed is that the `max_pages` functionality isn't working correctly. Even after setting the limit to 10, it continues crawling beyond 10 pages during deep crawling.

> [@Harinib-Kore](https://github.com/Harinib-Kore) I haven't seen this issue so far. Can you share a code example? > > Also could you log this as a separate issue with all the details....

Hi @aravindkarnam @unclecode , even i found the same issue, when trying to crawl a website, it is throwing same error. code - `import asyncio from crawl4ai import AsyncWebCrawler from...