symbiote / silverstripe-queuedjobs

A module that provides interfaces for scheduling jobs for certain times.
BSD 3-Clause "New" or "Revised" License
57 stars 73 forks source link

(DOCS) Added quotes around value in yml #390

Closed lars-lemon8 closed 1 year ago

lars-lemon8 commented 1 year ago

In more recent versions of the framework , the queueRunner value needs to be enclosed in quotes.

Otherwise:

Fatal error: Uncaught Symfony\Component\Yaml\Exception\ParseException: The reserved indicator "%" cannot start a plain scalar; you need to quote the scalar at line 4 (near "queueRunner: %$DoormanRunner").