🔍 Code Extractor

Search Components

Full-Text: Fast keyword matching | Semantic: AI-powered understanding of intent (finds similar concepts)

Search Results for "polling"

Found 16 matching component(s)

  • function api_task_status

    Flask API endpoint that retrieves and returns the status of asynchronous tasks (chat or indexing operations) by task ID.

    File: /tf/active/vicechatdev/docchat/app.py

    api flask rest-endpoint task-status async-polling
  • function api_index_progress

    Flask API endpoint that retrieves the current progress status of an asynchronous indexing task by its task ID.

    File: /tf/active/vicechatdev/docchat/app.py

    flask api rest-endpoint progress-tracking async-task
  • function index_all_documents

    Flask route handler that initiates background indexing of all documents in the system, creating a task ID for tracking progress and returning immediately while indexing continues asynchronously.

    File: /tf/active/vicechatdev/docchat/blueprint.py

    flask api-endpoint background-task document-indexing async-processing
  • function get_task_status

    Flask API endpoint that retrieves the current status of a background task by its task ID from an in-memory active_tasks dictionary.

    File: /tf/active/vicechatdev/docchat/blueprint.py

    flask api rest-endpoint task-status background-task
  • function text_chat_get_progress

    Flask API endpoint that retrieves the progress status of an asynchronous text chat job, particularly for multi-cycle web search operations.

    File: /tf/active/vicechatdev/vice_ai/new_app.py

    flask api progress-tracking async polling
  • class DocumentDashboard

    Dashboard for viewing and managing controlled documents.

    File: /tf/active/vicechatdev/CDocs/ui/document_dashboard.py

    class documentdashboard
  • function enhanced_workflow_progress

    Flask route handler that retrieves and returns the current progress status of an enhanced SQL workflow, including step completion, progress percentage, and final results if completed.

    File: /tf/active/vicechatdev/full_smartstat/app.py

    flask api-endpoint progress-tracking workflow status-monitoring
  • function get_analysis_progress

    Flask route handler that retrieves the progress status of a running analysis task and performs cleanup of completed/failed analyses after a timeout period.

    File: /tf/active/vicechatdev/full_smartstat/app.py

    flask api-endpoint progress-tracking async-monitoring cleanup
  • function get_session_status

    Flask API endpoint that retrieves the current status and summary of an analysis session by its ID.

    File: /tf/active/vicechatdev/full_smartstat/app.py

    flask api rest-endpoint session-management status-check
  • class periodic

    A threading class that executes a callback function periodically at specified intervals, with optional count limits and timeout controls.

    File: /tf/active/vicechatdev/patches/util.py

    threading periodic-execution scheduling timer callback
  • class Barcode_checker

    A parameterized class that continuously monitors a Neo4j database for barcode scans associated with a specific user, updating a reactive parameter when new barcodes are detected.

    File: /tf/active/vicechatdev/resources/barcode_backend.py

    barcode-scanning database-polling neo4j real-time-monitoring parameterized
  • class MixedCloudProcessor

    A cloud integration processor that monitors both OneDrive and reMarkable Cloud for input PDF files, processes them through an API, and manages file synchronization between cloud services.

    File: /tf/active/vicechatdev/e-ink-llm/mixed_cloud_processor.py

    cloud-integration file-watcher async onedrive remarkable
  • class RemarkableFileWatcher

    A unified file watcher class that monitors a reMarkable Cloud folder for new files, supporting both REST API and rmcl client implementations with automatic client type detection.

    File: /tf/active/vicechatdev/e-ink-llm/remarkable_cloud.py

    file-watcher remarkable cloud-sync polling async
  • class RemarkableRestFileWatcher

    A file watcher class that monitors a specific folder on a reMarkable tablet using the REST API, polling for new files at regular intervals and triggering callbacks when new files are detected.

    File: /tf/active/vicechatdev/e-ink-llm/remarkable_rest_client.py

    file-watcher polling async remarkable-tablet rest-api
  • function main_v21

    Asynchronous main function that runs a reMarkable tablet file watcher as a separate process, monitoring a specified folder for new documents, processing them, and uploading responses back to the reMarkable Cloud.

    File: /tf/active/vicechatdev/e-ink-llm/run_remarkable_bridge.py

    async file-watcher remarkable-tablet cloud-sync document-processing
  • class OneDriveProcessor

    OneDriveProcessor is a class that monitors a OneDrive folder for new files, processes them using an E-Ink LLM Assistant, and uploads the results back to OneDrive.

    File: /tf/active/vicechatdev/e-ink-llm/onedrive_client.py

    onedrive file-processing cloud-storage async file-watcher

Search Examples