
Håkon Mellbye
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 6
Posts
Recent activity by Håkon Mellbye-
Improve circuit breaker error msg
AnsweredIt´s a bit hard to read subsequent pump-failed logs after a circuit-breaker.It would be useful to easier see how many entities are in the queue, and this should be preserved in the subsequent pump-...
-
Better response log for rest endpoints
AnsweredIn my opinion the rest endpoints do not give a good enough response when getting 400 error in return.Example:I sent a payload to an API for testing an integration, I get a write-error with no ...
-
Global variable to disable all endpoint pipes
AnsweredWhen running configs on dev-nodes or CI we currently havetask_manager”: { “disable_user_pipes”: true }This breaks signaling when running on the dev node, so we have to do a full sesam-run from ...
-
change expected output to distinct files
PlannedGit is having trouble with comparing when there is changes to expected data. At times this also makes it hard to resolve merge conflicts. One possible solution would be to split every expected enti...
-
Reset to end
CompletedWhen doing a reset to end, the retry-queue should also be reset. For now one have to do a reset first, then reset to end, this should be one operation.