worker {
    bind_socket = "*:11333";
    type = "normal";
    mime = true;
    task_timeout = 8s;
    .include(try=true; priority=1) "$LOCAL_CONFDIR/local.d/worker-normal.inc"
    .include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/worker-normal.inc"
}