mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
fix(spider): fixed run multiple tasks error for the same spider at the same time in the same node
https://github.com/crawlab-team/crawlab/issues/1189
This commit is contained in:
@@ -2,4 +2,4 @@ module crawlab
|
||||
|
||||
go 1.16
|
||||
|
||||
require github.com/crawlab-team/crawlab-core v0.6.1-0.20220912131322-be06265736e8
|
||||
require github.com/crawlab-team/crawlab-core v0.6.1-0.20221001082401-5c0af7dd29ca
|
||||
|
||||
@@ -114,8 +114,8 @@ github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e/go.mod h1:F5haX7
|
||||
github.com/coreos/go-systemd/v22 v22.3.2/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
|
||||
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f/go.mod h1:E3G3o1h8I7cfcXa63jLwjI0eiQQMgzzUDFVpN/nH/eA=
|
||||
github.com/cpuguy83/go-md2man/v2 v2.0.1/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
|
||||
github.com/crawlab-team/crawlab-core v0.6.1-0.20220912131322-be06265736e8 h1:fgxCdWT7rrrxCvj6zw4QRrxCKrTLA3A8OoHa1XJl4JA=
|
||||
github.com/crawlab-team/crawlab-core v0.6.1-0.20220912131322-be06265736e8/go.mod h1:UCZEhESdn5TzNibOMGO4dk/+iQsGqkeDoWcUXyXyEGQ=
|
||||
github.com/crawlab-team/crawlab-core v0.6.1-0.20221001082401-5c0af7dd29ca h1:KKjW+Fg12SGkjrDyFHjWwX3nqc9/jIdtVWwRNtokxc8=
|
||||
github.com/crawlab-team/crawlab-core v0.6.1-0.20221001082401-5c0af7dd29ca/go.mod h1:UCZEhESdn5TzNibOMGO4dk/+iQsGqkeDoWcUXyXyEGQ=
|
||||
github.com/crawlab-team/crawlab-db v0.6.0-1 h1:Is3a3q1epc7mFP4iDIr9nXlcHSW5IL6jXKQ3YEsXpVo=
|
||||
github.com/crawlab-team/crawlab-db v0.6.0-1/go.mod h1:gfeF0nAnFuup6iYvgHkY0in/HpO/+JktXqVNMdhoxhU=
|
||||
github.com/crawlab-team/crawlab-fs v0.6.0-beta.20211101.1940/go.mod h1:dA1G6xeiClbTMkjRuoagGrcKfQ97jJZRAhZUSwrKdoI=
|
||||
|
||||
Reference in New Issue
Block a user