Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix trigger using backward compatible trigger_metadata to allow multi trigger apps #35

Merged
merged 1 commit into from
Aug 21, 2024

Conversation

karthik2804
Copy link
Contributor

@karthik2804 karthik2804 commented Jul 31, 2024

The trigger now uses the newer trigger_metadata method to obtain the trigger configuration introduced when Spin added support for multi-trigger apps. This now enables the MQTT trigger to run alongside other triggers.

This PR also bumps the spin dependencies to v2.6.0

note: had to run a cargo update because of an issue with async-channel

closes #34

fibonacci1729
fibonacci1729 previously approved these changes Aug 1, 2024
… trigger apps

The trigger now uses the newer `trigger_metadata` method to obtain the
trigger configuration which was introduced when Spin added support for
multi trigger apps. This now enables the MQTT trigger to run alongside
other triggers.

Signed-off-by: karthik2804 <karthik.ganeshram@fermyon.com>
@fibonacci1729 fibonacci1729 merged commit a9a4107 into spinkube:main Aug 21, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The mqtt trigger can not work with other trigger?
2 participants