Poll Graph Job

Poll Graph Job is a job type integrated into the queue API system for processing graph-related data updates. It enables asynchronous processing of stakeholder graph views and related data transformations within the platform’s infrastructure. The job type was added to the codebase through modifications to core API files that manage job queuing and scheduling.

Configuration and Implementation

The job type was introduced to queue_api_shared.php as stakeholder_graph_view, configured as a hidden job type that does not require file uploads. It was registered in the defaultScheduleType() function to define its default scheduling behavior within the queue system. This integration allows the job to be managed alongside other queue-based operations in the platform.

Implementation of Poll Graph Job involved modifications to market_radar_api.php and the addition of three new API actions. These changes extended the platform’s API capabilities to support graph processing workflows and expanded the available actions for queue-based job management.