mirror of
https://github.com/AJaySi/ALwrity.git
synced 2026-04-26 01:15:52 +03:00
[PR #393] [CLOSED] Improve today workflow indexing observability logs #700
Labels
No labels
AI Content Agents
AI Content Strategy
AI Content planning
AI Marketing Tools
AI SEO
AI personalization
AI writer
ALwrity Copi-lot
Alwrity web search
Anthropic
DeepSeek
Gemini AI
Integration
LLM
OnBoarding
OnBoarding
RAG knowledgebase Memory
bug
documentation
enhancement
good first issue
help wanted
invalid
openai
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ALwrity#700
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/AJaySi/ALwrity/pull/393
Author: @AJaySi
Created: 3/6/2026
Status: ❌ Closed
Base:
main← Head:codex/add-logging-and-counters-to-indexing📝 Commits (1)
b09d058Improve today workflow indexing observability logs📊 Changes
1 file changed (+94 additions, -3 deletions)
View changed files
📝
backend/api/today_workflow.py(+94 -3)📄 Description
Motivation
Description
exceptin_index_tasks_to_sifwith structuredlogger.info/logger.errormessages that includeuser_id,date,label,task_count, and lightweight countersindexing_attempts,indexing_successes, andindexing_failures.created/ yesterday indexing scheduling block with scheduling/preparationlogger.infoentries including the same contextual fields and counters, and an explicitlogger.errorif the preparation fails.backend/api/today_workflow.pyand preserve existing API response semantics (failures do not change responses).Testing
python -m py_compile backend/api/today_workflow.pyto validate syntax and it completed successfully.Codex Task
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.