scrapy / scrapyd

A service daemon to run Scrapy spiders
https://scrapyd.readthedocs.io/en/stable/
BSD 3-Clause "New" or "Revised" License
2.93k stars 571 forks source link

`priority` is rejected as a spider argument #403

Closed tanguilp closed 1 year ago

tanguilp commented 3 years ago

priority is silently deleted when used as a spider argument.

It should be accepted, or at least documented.

jpmckinney commented 2 years ago

Aha, this is caused by #161. I suppose the solution will be documentation.

atranou commented 2 years ago

Hello! I'd like to make this documentation note. Is it still open?

jpmckinney commented 2 years ago

@atranou Yes, this issue is still open. Thank you!

atranou commented 1 year ago

Hello! This issue is resolved and merged: https://github.com/scrapy/scrapyd/pull/433

jpmckinney commented 1 year ago

Thank you!