Skip to content

Commit fe1789e

Browse files
committed
.
1 parent 0927a37 commit fe1789e

File tree

1 file changed

+0
-1
lines changed
  • .agents/skills/cell-architecture

1 file changed

+0
-1
lines changed

.agents/skills/cell-architecture/SKILL.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ This applies to:
200200
- API response shape changes
201201
- Any data written to outboxes, queues, or caches that may be read by older code
202202
- **Taskworker/Celery task names and kwargs** — the `name=` string is serialized into Kafka/the broker; in-flight tasks carry the old name and old kwarg names. Keep the old name registered during the transition (via `alias=` on `@instrumented_task`, or by keeping the old task as a shim that calls the new function directly). Remove it in a follow-up deploy once the queue has drained.
203-
- Taskworker/Celery task `name=` strings and kwarg names — see [Task Renames](#task-renames) below
204203

205204
#### region -> cell Rename
206205

0 commit comments

Comments
 (0)