🔍 Code Extractor

Search Components

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

Search Results for "scheduling"

Found 10 matching component(s)

  • function analyze_flock_type_patterns

    Analyzes and prints timing pattern statistics for flock data by categorizing issues that occur before start time and after end time, grouped by flock type.

    File: /tf/active/vicechatdev/data_quality_dashboard.py

    data-analysis pandas timing-patterns flock-management aggregation
  • function get_system_configuration

    Retrieves system configuration settings from environment variables for display in an admin panel, including database connections, authentication settings, and operational parameters.

    File: /tf/active/vicechatdev/CDocs/controllers/admin_controller.py

    configuration environment-variables admin system-settings neo4j
  • function async_action

    A decorator function that marks another function as asynchronous by adding an 'is_async' attribute, while preserving the original function's metadata.

    File: /tf/active/vicechatdev/CDocs/controllers/__init__.py

    decorator async metadata marker action
  • class NotificationManager

    Central manager class for handling in-app and email notifications within the application, providing methods for creating, managing, and sending notifications to users.

    File: /tf/active/vicechatdev/CDocs/utils/notifications.py

    notifications messaging email in-app-notifications user-communication
  • function schedule_reminders

    Automated scheduled task that sends reminder and overdue notifications for pending reviews and approvals that are due within 3 days or past their due date.

    File: /tf/active/vicechatdev/CDocs/utils/notifications.py

    scheduled-task notifications reminders neo4j graph-database
  • class DocumentDashboard

    Dashboard for viewing and managing controlled documents.

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

    class documentdashboard
  • function async_execute

    Wraps and schedules async function execution in the appropriate event loop context, ensuring proper lock propagation and document context management for Bokeh/Panel applications.

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

    async event-loop bokeh panel tornado
  • 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
  • function sort_topologically

    Performs stackless topological sorting on a directed acyclic graph (DAG), organizing nodes into levels based on their dependencies.

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

    topological-sort graph-algorithms dependency-resolution dag directed-acyclic-graph
  • class periodic_v1

    A utility class that manages periodic event updates for DynamicMap objects, allowing scheduled triggering of stream updates that can be started and stopped.

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

    periodic scheduling animation streaming events

Search Examples