-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Problem of the fun dictionary value being overwritten #56297
Comments
@luishmg Thanks for the report. I was able to reproduce this. We'll get this fixed up. |
@luishmg Upon further investigation I'm confused by what the expectation for this is. The queue in this case is |
@garethgreenaway my bad runner.queue.insert_runner is being send instead of state.orchestrate, this is problably related of the fact that fun is used by salt system and the module runner.queue is using it, because when i changed the fun variable to function on the module it worked. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If this issue is closed prematurely, please leave a comment and we will gladly reopen the issue. |
needs follow up @garethgreenaway |
Is this still being looked at? if needed to be worked on I would like to pick it up. |
@sudo-k-runner we did not have enough resources in the Magnesium release cycle to pick it up, would you like to work on it in the next release cycle, Aluminium? I will have the dates for that in the next 5-10 days, GA date is end of February 2021 and planning and code freeze dates are the few that I need to still work out with the team. |
Can I pick this issue up? This is my first time working on an open source project. Hopefully I can help |
Description of Issue
Problem of automatic overwritting the set value to the dictionary, when using reactor to post an event on a queue.
Setup
(Please provide relevant configs and/or SLS files (Be sure to remove sensitive info).)
reactor.conf
schedule_queue.sls
Steps to Reproduce Issue
(Include debug logs if possible and relevant.)
The salt renders and uses the correct information
But when sending the data he sets runner.queue.insert_runner instead of iptables_exceeded
Return when listing items:
Versions Report
(Provided by running
salt --versions-report
. Please also mention any differences in master/minion versions.)The text was updated successfully, but these errors were encountered: