pimcore / generic-data-index-bundle

Other
4 stars 4 forks source link

Do not overwrite default failure transport #238

Open morgannilsson opened 3 weeks ago

morgannilsson commented 3 weeks ago

generic-data-index-bundle/config/pimcore/messenger.yaml

framework:
    messenger:
        enabled: true
        failure_transport: pimcore_generic_data_index_failed

Should be:

framework:
    messenger:
        transports:
            pimcore_generic_data_index:
                dsn: "doctrine://default?queue_name=pimcore_generic_data_index_queue"
                failure_transport: pimcore_generic_data_index_failed
github-actions[bot] commented 4 days ago

Thanks a lot for reporting the issue. We did not consider the issue as "Pimcore:Priority", "Pimcore:ToDo" or "Pimcore:Backlog", so we're not going to work on that anytime soon. Please create a pull request to fix the issue if this is a bug report. We'll then review it as quickly as possible. If you're interested in contributing a feature, please contact us first here before creating a pull request. We'll then decide whether we'd accept it or not. Thanks for your understanding.

morgannilsson commented 4 days ago

PR created: https://github.com/pimcore/generic-data-index-bundle/pull/258

morgannilsson commented 1 day ago

New PR for 1.2 branch: 261