Munawwar Firoz
Munawwar Firoz
I'll let you decide that.
If there was a way to detect intermittent errors vs permanent errors I could implement this I guess here are some ideas to filter them for retry: - TimeoutError, ConnectionError...
Are you using elasticsearch 6 or 7? This was happening with 6.. now recent PR fixed it (on master now.. didn't release yet).
What should happen when a request is made when instances are zero? Currently (if service is paused) the root url gives a http status code 404. Do you want the...
@syrusakbary ^ do you think it's a wasmer issue rather than quickjs issue?
Latest wasmer 0.6.0, wasmer python library 0.3.0 (or ruby wasmer 0.2.0). quickjs runs succcesfully through wasmer-cli. But the python or ruby libraries cant initialize qjs.wasm. Maybe it's a issue with...
Thanks for the tip, but I still get the same error :(
@tngan I have a fix at https://github.com/Carriyo/samlify/tree/xml-entity-escape (though tests werent working for me. There is an issue with test setup, which is topic for another discussion. once tests are running,...
How about this? https://github.com/architect/tap-arc/compare/main...Munawwar:tap-arc:main Before:  After: 
If you have kept every run's result from past 30 days, then calculate p95 from list of all the results. That would be even more reliable.