Giter Site home page Giter Site logo

Comments (4)

my8100 avatar my8100 commented on July 22, 2024

Please provide the screenshots of the detais of your tasks in the Timer Tasks page, as well as necessary logs.

from scrapydweb.

CoderZHV avatar CoderZHV commented on July 22, 2024

image
image
image
图二看出 task1 与 task2 交替执行 五秒执行一次 同一个task开始时间间隔十秒 但是 我创建task时设置的是同一个task 5秒执行一次

from scrapydweb.

my8100 avatar my8100 commented on July 22, 2024

As you can see from the Job column, both task#1 and task#2 are being executed every 5 seconds, whereas the Start column indicates the actual start time of the crawling jobs.

Apparently, the Scrapyd server is too busy to start the job as soon as the task is executed, as there are 376 pending jobs in the final screenshot.

Also, see https://scrapyd.readthedocs.io/en/latest/config.html#max-proc to find out the maximum number of concurrent Scrapy process that will be started. And such info could be found when you launch the Scrapyd service:

2019-04-19T11:28:32+0800 [Launcher] Scrapyd 1.2.0 started: max_proc=16, runner='scrapyd.runner'

from scrapydweb.

my8100 avatar my8100 commented on July 22, 2024

You also need to adjust poll_interval

The interval used to poll queues, in seconds. Defaults to 5.0. Can be a float, such as 0.2

from scrapydweb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.