[WIP] exorcist docs#2076
Conversation
Signed-off-by: Ethan Holz <ethan.holz@omsf.io>
|
🚨 API breaking changes detected! 🚨 Griffe output |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## feat/warehouse #2076 +/- ##
==================================================
+ Coverage 90.42% 90.77% +0.35%
==================================================
Files 208 216 +8
Lines 20177 21070 +893
==================================================
+ Hits 18245 19127 +882
- Misses 1932 1943 +11
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
ethanholz
left a comment
There was a problem hiding this comment.
Just a few comments but nothing blocking merge.
|
|
||
| The following is an example script that runs up to 4 workers at a time, with each automatically picking up the next valid unit to be executed. | ||
|
|
||
| .. code:: bash |
There was a problem hiding this comment.
I wonder if it might be worth adapting this to Python because it is not pleasant to read (even though it is my code lol)
There was a problem hiding this comment.
I think that makes sense given our target audience!
|
|
||
| db.mark_task_completed(taskid, success=result.ok()) | ||
| # 4. output result to warehouse | ||
| # TODO: we may need to end up handling namespacing on the warehouse side for tokenizables |
There was a problem hiding this comment.
Are there any questions on this piece?
There was a problem hiding this comment.
yes, but we should probably move that to the warehouse PR
LLM / AI generated code disclosure
LLMs or other AI-powered tools (beyond simple IDE use cases) were used in this contribution: no
Checklist
newsentry, or the changes are not user-facing.pre-commit.ci autofix.Manual Tests: these are slow so don't need to be run every commit, only before merging and when relevant changes are made (generally at reviewer-discretion).
Developers certificate of origin