-
Notifications
You must be signed in to change notification settings - Fork 220
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
Shell operator skip tasks from queue #192
Comments
Hello! You can use
|
ok. Thank you for your reply. Will try to iterate through bindings. |
@diafour I have a fix for described situation. Can I commit it to new branch? |
Great! Create a new pull request, please. |
Hi! I have handler for namespace create event. It just copy 4 secret resources from default namespace to the new one. But when I try to deploy same service (with different vars) to 4 different namespaces I have only 3 new namespaces with secrets and 1 namespace left without them. In logs I have:
and looks like task for the last namespace was deleted according:
{"level":"info","msg":"Will delete 1 tasks from queue 'main'","time":"2020-07-29T05:59:19Z"}
The text was updated successfully, but these errors were encountered: