ddmrp_warning_as_job
Ensures DDMRP warning calculations are executed through queue jobs for controlled asynchronous processing.
Key Features
- stock.buffer: Provides queue job metadata for DDMRP warning calculations including identity control and priority 15.
- stock.buffer: Automatically schedules DDMRP warning generation as a queue job whenever the auto_delay_ddmrp_generate_ddmrp_warnings context flag is present.
- stock.buffer: Runs the scheduled DDMRP warning cron through the queue by setting the auto_delay context before delegating.
- queue.job.function: Registers the stock buffer warning computation to execute on the dedicated DDMRP queue channel.