pub fn cron_and_queue_triggers(table: &UnitTable) -> (Vec<String>, Vec<String>)Expand description
P6.x (#1137): one context’s own cron expressions (on cron "expr") and
queue names (from queue("name")), sorted and deduped — the two wrangler.toml
binding lists a context’s own compose entry needs. v0.44: one queue binding
per service, on the from queue(...) header.