dukecity/command-scheduler-bundle

Generated files

config/packages/scheduler.yaml

# See full configuration at
#  https://github.com/Dukecity/CommandSchedulerBundle/wiki/Configuration
dukecity_command_scheduler:

    # Scheduler will write output files here. set false to disable it.
    log_path: "%kernel.logs_dir%"

    # Add namespace you don't want to see its Command in the scheduler.
    excluded_command_namespaces:
        - _global
        - scheduler
        - server
        - container
        - config
        - generate
        - init
        - router
        - doctrine
        - debug

config/routes/scheduler.yaml

dukecity_command_scheduler:
    resource: "@DukecityCommandSchedulerBundle/Resources/config/routing.php"
    prefix:   /