task-bundle icon indicating copy to clipboard operation
task-bundle copied to clipboard

Scheduling of tasks for symfony made simple

Results 8 task-bundle issues
Sort by recently updated
recently updated
newest added

Symfony 6 Compatibility ... ?

# Description This PR aims to resolve the following problematics. ## Doctrine Charset If the Doctrine charset defined in the project configuration is not equal to `utf8` it become impossible...

It currently won't install on Symfony 5. Any plans to update?

When I use syntax do X every Y minutes for example - PHP throws syntax error. ``` /** * @Schedule("*/6", active=false) */ ``` The issue is that */ means actually...

Some PHP binary distributions, such as one provided by [Remi's RPM repository](https://rpms.remirepo.net) separate POSIX functions into standalone package. It would help to avoid runtime error if `ext-posix` was declared as...

Hey guys, What about docs for version 2?

When I try to launch : `php app/console scheduler:run` I have this error ``` [Doctrine\DBAL\Exception\NotNullConstraintViolationException] An exception occurred while executing 'INSERT INTO task_queue (pid, name, created, updated, params, execute_at, started,...