Skip to content

Add checksum tracking for spider artifacts in package task #1409

@coderabbitai

Description

@coderabbitai

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

  1. Option 1: Let deps:spider compute a checksum file and add it to the package task's source list
  2. Option 2: Add spider_scheduler and spider_worker binaries directly to the package task's source list

Context

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions