Rafael Miller
Rafael Miller
@artificialzjy awesome! Closing this issue.
@Sanix-Darker I'm setting up the fly to automate the publishing of the rust package. Can you add me as an owner to firecrawl_rs on crates.io? So I can add a...
@nickscamara I added the env variable on this repo settings for publishing. Should be good to merge.
Hey @Sanix-Darker, I think we're good. I'm merging this one and currently working on the v1 integration for this SDK.
Hey @SalamanderXing! The name of the environment variables file must be `.env` and not `.env.local`.
@SalamanderXing we've split the rate limit redis from the main redis (around #417). It's possible your `.env` file is missing the `REDIS_RATE_LIMIT_URL=redis://localhost:6379`.
@HibernantBear The playground works well because it uses a mix of services and scraping methods, not just one. This setup helps bypass blockers on websites effectively. For your self-hosted setup,...
Hey @samiabdelhamid, For Part 1: It seems you might be reaching the limit of threads available on your machine, which is why you can only support a maximum of 8...
Hey @samiabdelhamid, Given your t3.large instance can handle 4 threads, I recommend setting your worker limit to 4. This should keep things running smoothly without overloading your system. Also, since...
@samiabdelhamid, recently (in PR #459) we switched from Bull to BullMQ, which offers better management of job concurrency. Could you update your repo, install the new packages, and test if...