Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cron task bundle ? #79

Open
WarGot-by opened this issue Jul 6, 2016 · 5 comments
Open

Cron task bundle ? #79

WarGot-by opened this issue Jul 6, 2016 · 5 comments

Comments

@WarGot-by
Copy link

Maybe we need new section with cron task managers ?

@cmmata
Copy link

cmmata commented Jul 6, 2016

Like which one? I'm currently trying to find a good task manager for Symfony Applications.

@WarGot-by
Copy link
Author

@cmmata They are all very similar. Recently I put https://github.com/alpixel/AlpixelCronBundle
version 2
"alpixel/cronbundle": "^2.0"

@cmmata
Copy link

cmmata commented Jul 6, 2016

@WarGot-by I'll take a look at it. Thank you!

@Padam87
Copy link

Padam87 commented May 9, 2017

Mine is a different take: https://github.com/Padam87/CronBundle

@jkufner
Copy link

jkufner commented May 10, 2017

Why complex cron tasks? We already have cron itself. All the developers need to do is to run bin/console something from the cron. I don't see why to duplicate cron's functionality. Just implement bin/console cron:daily and/or bin/console cron:hourly (or whatever your app needs), then provide example config file and you are good to go.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants