B
B
BonBon Slick2018-02-10 14:16:27
symfony
BonBon Slick, 2018-02-10 14:16:27

Symfony cron from Laravel?

Is there something in Symfony for managing cron like in Laravel? Or how to implement something similar, convenient?
https://laravel.com/docs/5.6/scheduling
is very convenient, in the OS you just run the project's internal cron every minute, and that's it.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
voronkovich, 2018-02-19
@BonBonSlick

Previously, I used a bundle for CRON: cronos-bundle . Now I prefer to do it with Ansible.

A
Alexey Skobkin, 2018-02-10
@skobkin

CRON is the task of the CRON daemon.
Symfony provides an interface for writing commands (see Symfony Console ).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question