Files
symfony-flex-recipes-contrib/goksagun.scheduler-bundle.1.0.json
T
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

47 lines
2.1 KiB
JSON

{
"manifests": {
"goksagun/scheduler-bundle": {
"manifest": {
"bundles": {
"Goksagun\\SchedulerBundle\\SchedulerBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": [
" * <fg=blue>Configure</> bundle in <comment>config/packages/scheduler.yaml</>",
" * <fg=blue>Read</> the documentation at <comment>https://github.com/goksagun/scheduler-bundle/blob/master/README.md</>"
]
},
"files": {
"config/packages/scheduler.yaml": {
"contents": [
"# A CRON expression is a string representing the schedule for a particular command to execute.",
"# The parts of a CRON schedule are as follows:",
"#",
"# * * * * *",
"# - - - - -",
"# | | | | |",
"# | | | | |",
"# | | | | +----- day of week (0 - 7) (Sunday=0 or 7)",
"# | | | +---------- month (1 - 12)",
"# | | +--------------- day of month (1 - 31)",
"# | +-------------------- hour (0 - 23)",
"# +------------------------- min (0 - 59)",
"scheduler:",
" tasks:",
" # You may define all of your scheduled tasks here.",
" # To get started, let's look at an example of scheduling a task (command).",
" #- { name: example:command arg --option, expression: \"* * * * *\" }",
""
],
"executable": false
}
},
"ref": "fb5eac97efd4457ac72a9fb4664d740b4e68164a"
}
}
}