Comment by BvuRVKyUVlViVIc7 on How to fix helm namespaces when specified...
This is not what I'm asking about. I dont want to change the namespace, I want to remove the key namespace complately to be compliant with the best practice to not include the namespace in the...
View ArticleComment by BvuRVKyUVlViVIc7 on How to fix helm namespaces when specified...
No it's not possible for us to delete everything, since we cannot accept any downtime.
View ArticleComment by BvuRVKyUVlViVIc7 on Android - WorkManager - Result.success()...
Did you found a solution? My workmanager also triggers wayyyy to often
View ArticleComment by BvuRVKyUVlViVIc7 on Bitnami Redis Sentinel & Sidekiq on Kubernetes
Whoo looks nice, will try this later!! Thank you! Will mark as accepted when it works!
View ArticleComment by BvuRVKyUVlViVIc7 on Redis self-healing cluster or alternative in...
take care, the bitnami/redis sentinel integration is really fragile and not stable. didnt even run smoothly in the first production tests and never recovered successfully.
View ArticleComment by BvuRVKyUVlViVIc7 on How to make reliable, scalable redis on...
not really stable, take care.
View ArticleComment by BvuRVKyUVlViVIc7 on Plyr audio player muted for the first second...
For me it works under FF in OSX?
View ArticleComment by BvuRVKyUVlViVIc7 on Helmfile with additional resource without chart
Thank you so much, the hint with the extraDeploy key is really helpfull also!
View ArticleComment by BvuRVKyUVlViVIc7 on Ruby & IMAP - Accessing Office 365 with Oauth 2.0
Does this still work? We try to use the connection token with the net/imap library but we only get failed authentication errors?
View ArticleComment by BvuRVKyUVlViVIc7 on Aws cloud watch log insight vs Aws Athena
and how did it work out? I have the same question right now.
View ArticleComment by BvuRVKyUVlViVIc7 on Ace Editor Emmet extension does not work with...
Link not working anymore
View ArticleComment by BvuRVKyUVlViVIc7 on Redis sentinel HA on Kubernetes
bitnami was really awfull at our recovery tests, many broken or wrong recoveries during our random-pod-killing-tests
View ArticleComment by BvuRVKyUVlViVIc7 on Rails: Unable to overwrite...
did you found a solution? I have the same problem
View ArticleComment by BvuRVKyUVlViVIc7 on Bitnami Redis Sentinel & Sidekiq on Kubernetes
No since the bitnami redis helm chart worked out to be pretty unreliable
View ArticlePermanent daemon for quering a web resource
I have a rails 3 application and looked around in the internet for daemons but didnt found the right for me..I want a daemon which fetches data permanently (exchange courses) from a web resource and...
View ArticleAnswer by BvuRVKyUVlViVIc7 for Errno::ENOENT: No such file or directory @...
I'm not sure what you mean with the exception happens after the test?Test should be usually atomic and independent, so all resources you create should be removed immediately after your test...
View ArticleAnswer by BvuRVKyUVlViVIc7 for Puma zero downtime deployment with cluster...
Ok, I tested it myself: new connections get stuck and you have to wait until your workers have finished loading. Existing connections are not closed. So for zero downtime deployments, you really need...
View ArticleTestUnit outdated with Rails 4?
I read that TestUnit was replaced in Ruby 1.9.3 itself with Minitest and that Rails 4 is using MiniTest.Should I move all my TestUnit Tests to MiniTest or is this not necessary?
View ArticleAnswer by BvuRVKyUVlViVIc7 for How much disk space do heroku plans have?
https://policy.heroku.com/aup#quotaNetwork Bandwidth: 2TB/month - SoftShared DB processing: Max 200msec per second CPU time - SoftDyno RAM usage: Determined by Dyno type - HardSlug Size: 500MB -...
View ArticleRuby-BCrypt: Specify salt
Is it possible to specify which salt is used when encrypting strings with ruby-bcrypt?I know it's not very safe, but I only use it for not-high security data:I have a plattform, and when a user deletes...
View Article