Eugen

Results 283 comments of Eugen

Thanks for the report. Could be a regression? If someone could try to dig deeper into the `v3.8.0` changelog (https://github.com/StackStorm/st2/releases/tag/v3.8.0) and identify the PR that caused it, as well as...

Thanks for the contribution! Per https://github.com/StackStorm/st2/actions/runs/6418560182/job/17426603946?pr=6029#step:10:474 looks like the error: ``` ERROR: Could not find a version that satisfies the requirement orjson==3.9.7 ERROR: No matching distribution found for orjson==3.9.7 ```...

Thanks for the feature request. It would be a helpful addition. This sounds like a `good first issue` if someone is willing to contribute the enhancement.

You can try to identify what Python is using as a certificate store and mark your self-segned certificate as a trusted. The direction of thinking I'd try: https://stackoverflow.com/questions/42982143/python-requests-how-to-use-system-ca-certificates-debian-ubuntu

This is a really nicely composed bug report, thanks a lot @garadar :+1:

If someone is willing to contribute a fix, - this looks like a good first issue

I see now, the TTL expiration in K/V is handled by the MongoDB itself. That explains why K/V delete by TTL doesn't trigger an event. https://www.mongodb.com/docs/manual/tutorial/expire-data/#expire-documents-at-a-specific-clock-time The MongoDB index is...

That's a good find! Probably not a bug, but a side effect of using CLI arguments as an input interface. It's possible to do something with stdin as an implementation,...

> Maybe I can work around this by using K8s, where the individual processes run in pods I think it could be worse in K8s considering amount of potential neighbours...

Did you try troubleshooting it? See https://docs.stackstorm.com/troubleshooting/webhooks.html