Activities of "neethucp"

Hi, we’ve tested this in the sample project and it’s working as expected. However, in our main project, we don’t have a HandleSelector configured, and setting it up might be difficult due to the number of events and the fact that our event handlers are in a separate project. The handlers also persist data to both Entity Framework and MongoDB. Is there an alternative way to test this setup without configuring HandleSelector?

Also, we’re wondering about error handling:

  • If an event handler throws an exception, will the system keep retrying indefinitely?
  • Is there a way to mark the event as failed after a maximum number of retries?
  • And will a failed event block subsequent events from being processed?

Hi,

Processed is getting set to true for us every time, it is not even invoking the handler. https://streamable.com/4wmglj

Hi, I have sent you the debug logs. Can you please check?

Hi, We have events coming from different microservices. So, if the events are not received in the correct order, it throws foreign key exception when inserting to db. await _repository.InsertAsync(appLicence);

Hi,

Please find below the event handler code. _repository stores data to SQL Server Db. _eventHistoryRepository stores data to mongo db.

We tried adding a try catch here and set the MarkAsProcessed only if there is no exception.

Hi, We don't have access to Azure Application gateway logs, it's in client environment, we are not getting any logs in blazor server application, it's not even reaching blazor server application.

Hi, It just shows site can't be reached after we login and redirect to home page. The cookie size becomes huge as it is now storing the refresh token also. If we revert token refresh flow, the site works as expected. Looks like app gateway is blocking when the cookie size is large.

How is this handled in abp generated projects? Is it better to issue reference token or store the token in cache? We also have the issue of menu items getting cleared when token expires when the application is idle for some time and user returns.

I really appreciate your swift reply! Is there a scheduled timeline for its release?

Showing 11 to 20 of 62 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 15, 2025, 06:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.