Skip to content

0.5.24

Compare
Choose a tag to compare
@mnapoli mnapoli released this 27 Apr 12:13
· 2105 commits to master since this release
404c69f

#615 New console invocation format: perfect for cron jobs

The console runtime now takes a simple string as the "event". That makes cron much easier to define, for example:

        events:
            - schedule:
                rate: rate(1 minute)
                input: 'doctrine:migrate --force'

Note that backward compatibility is kept with the old input array format.