ENH: persisting tasks on a per-run basis
还没有人认领这个 Issue。
评估
调研方向
Start with the making tasks persist tutorial and the existing @pytask.mark.persist behavior. Trace how task freshness and database updates are determined, then define the per-run override options and their effects on later executions. Done means the runtime API is documented, preserves existing defaults, and has tests for rerunning, marking updated, and leaving a task stale.
由索引模型根据 Issue 内容生成。
描述
Is your feature request related to a problem?
I'm taking about https://pytask-dev.readthedocs.io/en/stable/tutorials/making_tasks_persist.html
If I format my tasks.py file or update an unrelated task in there, then pytask will re-run the tasks. But I don't want this. I also don't want this to be a permanent feature of the task, as marked with a decorator.
Describe the solution you'd like
I want to be able to specify on a per-run basis whether or not to re-run a task if the source file changed. Ideally it should be something like
- Keep the @pytask.mark.persist as marking default behavior: If its not present, the default is to re-run on src changes. If it is present, then the default is to NOT re-run on source changes. Therefore, we don't break the old API.
- But, add a flag/API at runtime to override this default: On a per-task level be able to change the behavior. I the options should be "rerun", "don't rerun, and mark as updated", and "don't rerun, but don't mark as updated, so next time you run then the task will still appear stale". Maybe I'm not breaking down these options along the right axes, it could use more work.
API breaking implications
Per above, it shouldn't be breaking
Describe alternatives you've considered
Perhaps this warrants re-thinking the API for determining what is "up to date". Per those docs above:
Internally, the state of the dependencies, the source file, and the products are updated in the database such that the subsequent execution will skip the task successfully.
If we accumulate many more edge cases for when a task is up to date, things are going to get complicated. If there was a more official API when you define a task, eg @pytask.Task(func, ins, outs, *, should_run = None) and you could pass in (really brainstorming here)
- None (keep default behavior)
- True (rerun every time)
- A Callable[[Not sure what the args should be], bool]
- "on_dependency_change"
- "on_source_change"
- An Iterable of any of the above. If any are true, then rerun.
- 主要语言
- Python
- 星标
- 146
- 派生
- 14
- 平均合并
- 3 天 16 小时
- 30 天内合并 PR
- 34
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
pytask-dev/pytask 的其他 Issue
-
enhancement
难度 5/5 一周以上 新手友好度 45/100
pytask-dev/pytask#985 ·
-
enhancement
难度 5/5 一周以上 新手友好度 30/100
pytask-dev/pytask#786 · 2 条评论 ·
-
bug
难度 3/5 1-2 天 新手友好度 42/100
pytask-dev/pytask#513 · 8 条评论 ·
-
enhancement
难度 5/5 一周以上 新手友好度 35/100
pytask-dev/pytask#503 · 1 条评论 · 1 个 reaction ·
-
enhancement
难度 4/5 3-5 天 新手友好度 35/100
pytask-dev/pytask#320 · 1 条评论 ·
查看 pytask-dev/pytask 的全部 Issue
相似的 Issue
-
link-check link-check:sphinx-theme
难度 2/5 1-3 小时 新手友好度 72/100
-
难度 2/5 1-3 小时 新手友好度 65/100
qgis/QGIS-Documentation#11275 ·
-
bug priority:normal ready-for-dev
难度 2/5 1-3 小时 新手友好度 88/100
OpenHands/extensions#626 · 1 条评论 ·
-
难度 1/5 1 小时以内 新手友好度 90/100
CSCfi/sd-search-api#39 ·
-
难度 1/5 1 小时以内 新手友好度 90/100