Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions tritran/sqs-queue-bundle/2.0/config/packages/sqs_queue.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
tritran_sqs_queue:
sqs_queue:
queues: ~
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What would happen if this config was removed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, It's just a sample structure of configuration. Basically, there are not any error which belongs to.
BTW, this PR is still WIP, sorry about that. I need to update something else. Thanks

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okey. So if I understand you correctly, you could remove this line and still get the same results?

If so, (Looking at the current state of the PR) I would suggest closing this PR because Flex is smart enough to install this bundle without a recipe.

However, I would love if you added some good default config that will make sense for 90% of the users. If so, I'll be happy to merge this PR.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your comments. Seems I should close this PR.

8 changes: 8 additions & 0 deletions tritran/sqs-queue-bundle/2.0/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"bundles": {
"TriTran\\SqsQueueBundle\\TriTranSqsQueueBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}