Skip to content

Develop => correction des docs#29

Merged
dorel14 merged 13 commits into
masterfrom
develop
May 24, 2026
Merged

Develop => correction des docs#29
dorel14 merged 13 commits into
masterfrom
develop

Conversation

@dorel14

@dorel14 dorel14 commented May 24, 2026

Copy link
Copy Markdown
Owner

No description provided.

David Orel and others added 2 commits May 24, 2026 17:56
Standardize markdown syntax across all documentation files:
- Replace YAML-style separators (----) with three-dash (---) format
- Consistently format titles with single quotes for proper escaping
- Normalize code block delimiters and structure
- Apply consistent heading and separator styles
- No content changes, purely formatting improvements

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request implements a broad update to the Taskiq-Flow documentation, focusing on Liquid tag integration for code blocks and general formatting enhancements. The review feedback highlights several technical issues in the documentation's code snippets, such as missing arguments in API setup functions, the invocation of a non-existent run_pipeline method, and missing imports for core exceptions. Additionally, the reviewer pointed out inconsistencies in decorator examples and identified various typographical and spacing errors that need to be resolved to ensure the documentation is accurate and consistent.

Comment thread docs/_en/api/cache.md Outdated
Comment thread docs/_en/api/decorators.md Outdated
Comment thread docs/_en/guides/api.md Outdated
Comment thread docs/_en/guides/api.md Outdated
Comment thread docs/_en/guides/api.md Outdated
Comment thread docs/_en/guides/api.md
{% endraw %}

Instrumentator().instrument(app).expose(app, endpoint="/metrics")
{% raw %}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

L'exception TaskiqError est utilisée dans la signature de la fonction mais n'est pas importée dans cet extrait de code. Il faudrait ajouter from taskiq import TaskiqError.

return await super().schedule_task(task_node, inputs)

engine = GPUOptimizedEngine(broker, dag)
results = await engine.execute(inputs)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

L'utilisation du décorateur @pipeline.task est incohérente avec le reste de la documentation qui préconise l'utilisation combinée de @broker.task et @pipeline_task.

Comment thread docs/_en/guides/performance.md Outdated
broker=broker,
max_parallel=10,
)
executor.run_pipeline(pipeline, input_data)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

La méthode run_pipeline n'existe pas sur la classe ResourceAwareExecutor. Cet exécuteur doit être utilisé pour obtenir le parallélisme optimal via get_optimal_parallelism, qui est ensuite appliqué au pipeline avant son exécution via kiq_dataflow.

dorel14 and others added 11 commits May 24, 2026 18:00
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
@dorel14 dorel14 merged commit 21a0c7e into master May 24, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant