Ricardo Jesus Ruiz Cruz

Results 5 comments of Ricardo Jesus Ruiz Cruz

@Siba94 now im using this proyect for somethings in my work, can you show us the Worker file and the way about you are calling the job?! maybe i can...

Hi @Siba94 the code: ```php $this->container->get("queue_name")->later(delay_seconds)->methodName(arguments); ``` are you calling from some Controller?

@Siba94 , im trying to reproduce that, i have a diferent aproach, but, you can send me the service.yml and how is defined, i have a example how im implement...

@imbue hi there. I have some configuration. Change job: (orm or rabbitmq) only ```yaml dtc_queue: record_timings: true # For full configuration options see: # https://github.com/mmucklo/DtcQueueBundle/blob/master/Resources/doc/full-configuration.md manager: # This parameter is...