dberardo-com

Results 226 comments of dberardo-com

any news on this topic? context: Edge installations of k8s, where resources are very constrained, might not need prometheus, which is a bit overkill for such application. relying on metrics...

i am definitely upvoting this. fail2ban is used in very different applications and it usually checks log files, as well as status code, etc. so this is definitely something the...

i see, so whitelisting is not possible, only blacklisting (via hidden attribute) is currently supported ?

could it be that the second method (`{ fields: ['userId','objectId'], unique:true}`) not only adds a composite index, but also 2 single indexes on the individual columns? is this behavior intended...

i have come across this post where this option is used but on a model level, not on a db level: https://betterprogramming.pub/cross-database-associations-in-sequelize-orm-2be18091a918 can this help ? is there also another...

same issue here ... any hints ?

still now news on this ?

the problem is in air gapped environments, the ansible hosts i am controlling have no internet access to python cant be easily installed --- is there any simple workaround to...

also: how can strategy be switched to linear for just a single task ? does it require a new play ?

maybe this can be seen as a lock, but the functions themselves are still stateless. Acutally i still see this as a deduplication problem, similar to what one would have...