Skip to main content

LOAD_PARKED_ACTIONS

Constant LOAD_PARKED_ACTIONS 

Source
pub const LOAD_PARKED_ACTIONS: &str = "\
SELECT id, created_at, producer, collection, action, payload, attempts, error \
FROM queue WHERE error IS NOT NULL ORDER BY id";
Expand description

The parked actions, for status surfaces and operator repair.