crawlab-team / crawlab

Distributed web crawler admin platform for spiders management regardless of languages and frameworks. 分布式爬虫管理平台,支持任何语言和框架
https://www.crawlab.cn
BSD 3-Clause "New" or "Revised" License
11.37k stars 1.79k forks source link

Crawlab Pro Schedule double schedules the same task #1389

Open Voyewodayer opened 1 year ago

Voyewodayer commented 1 year ago

Describe the bug After scheduling the task in Schedules, Crawlab executes them two times. One of them is pending forever, second one executes correctly.

To Reproduce Steps to reproduce the behavior:

  1. Schedule task
  2. Once the time comes two same tasks are being launched where one of them is pending forever.

Expected behavior Only one task is being executed.

Screenshots obraz

tikazyq commented 1 year ago

Noted. Will try to reproduce this.

oleksa-dev commented 10 months ago

Hey @tikazyq any progress on this issue?