-
Notifications
You must be signed in to change notification settings - Fork 82
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Problem
The package
task in taskfile.yaml
currently depends on deps:spider
but does not track changes to spider artifacts through checksums or direct source dependencies. This means the package
task might not re-run when spider artifacts (spider_scheduler
and spider_worker
) change.
Proposed Solutions
- Option 1: Let
deps:spider
compute a checksum file and add it to thepackage
task'ssource
list - Option 2: Add
spider_scheduler
andspider_worker
binaries directly to thepackage
task'ssource
list
Context
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request