Remove support for worker 1.x
Nobody has claimed this yet.
- Dominant language
- Elixir
- Stars
- 296
- Forks
- 86
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 50
Description
At some stage I'm going to major bump the worker to version 2.0.
This will include a few breaking changes. For example, how output_dataclip is serialized.
When we do this, w'ell need to consider a migration. Proabably when the worker connects it includes a version. And then Lightning must either reject incompatible versions, or include back-compat accomodations for the older versions.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files or tests. Start by locating the worker connection and version-handling entry points, then inspect how output_dataclip is serialized. Done requires an agreed migration strategy for worker 1.x and 2.0, including whether incompatible versions are rejected or supported through compatibility handling.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- elixir
- Domain
- backend, distributed-systems
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100