Leszek Pietrzak
Leszek Pietrzak
Sometimes it works OK, ``` [10] messages peeked from the dead-letter queue of the queue [task-update]. The queue task-update has been successfully retrieved. ``` and then fail again.
Is it implemented yet?
Could add that "Deferred" option to that menu above. Command: Receive Deferred messages (guess - receive messages and just display those with state=Deferred Delete: as mentioned above - the sequence...
Hi, It is from ServiceBus explorer `Introduced the possibility to define filter expression for peeked/received messages/deadletter messages. Click the button highlighted in the picture below to open a dialog and...
2024 AD and still not implemented
Yeah.. that's the question - if CosmosDB DataExplorer can handle it, why not Python? `SELECT c.deleted, COUNT(1) AS Count FROM c where c.tenantId ='1' and c.type='Car' GROUP BY c.deleted` Response:...
Will it be implemented soon?
Confirm, the same results using this web api project. In my case it was 146MB for 2.2 - working good. for 3.1.27 - memory jumped to over 500MB and web...
Hi, I found it there https://nodogmablog.bryanhogan.net/2020/09/entity-framework-core-3-1-bug-vs-2-2-speed-and-memory-during-streaming/ The link: https://nodogmablog.bryanhogan.net/2020/09/entity-framework-core-3-1-bug-vs-2-2-speed-and-memory-during-streaming/media/StreamEntityFrameworkCore31PerformanceProblem.zip It is single entity / table. Just add retry, in startup.cs: ` opt.EnableRetryOnFailure(5, TimeSpan.FromMinutes(1), new Collection { RetryErrorCodes.TimeoutExpired, RetryErrorCodes.CouldNotOpenConnection, RetryErrorCodes.TransportFailed, RetryErrorCodes.Deadlock...
and Azure pipeline step is failing now with that just "warning": `2025-05-07T09:55:15.0082448Z ##[error]Bash wrote one or more lines to the standard error stream. 2025-05-07T09:55:15.0090032Z ##[error] DEPRECATION: Building 'ratelimit' using the...