Replies: 1 comment 1 reply
-
I try to resume, and it started |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to create queues to rr dynamically in php. But it seems that the queue name must be added to the consume configuration in .rr.yaml in advance.
My .rr.yaml:
worker.php:
producer.php
If I add configuration
consume: [ 'example' ]
in jobs section, the job processing was started. Is there any way I can start the job without adding configuration to consume?Beta Was this translation helpful? Give feedback.
All reactions