You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
bogdan
changed the title
Ability to pass Queue instance instead of Queue contrcutor + configuration to an application
Ability to pass Queue instance instead of constructor + configuration in config
Jan 11, 2021
bogdan
changed the title
Ability to pass Queue instance instead of constructor + configuration in config
Ability to pass Queue instance instead of constructor + options in config
Jan 11, 2021
Our queues have some advanced configuration like:
All of that configuration is lost when job is made via this tool.
It can be fixed by introducing the ability to pass a Queue instance as the configuration options instead of constructor + config, like:
instead of:
Are you open for a PR with such a feature?
The text was updated successfully, but these errors were encountered: