Activities of "ElifKaya"

Hi,

Could you provide steps to reproduce the issue? thanks.

I have get cache data in manager.cs and I can read data from appservice by using this manager method. No problem so far. I used same manager method in HangfireBackgroundWorkerBase, but get cache method result is always null.

Hi,

Could you provide steps to reproduce the issue? thanks.

I have get cache data in manager.cs and I can read data from appservice by using this manager method.I used same manager method in HangfireBackgroundWorkerBase, but

Hi,

Could you provide steps to reproduce the issue? thanks.

I have get cache data in manager.cs and I can read data from appservice by using this manager method.I used same manager method in HangfireBackgroundWorkerBase, but

I want to use redis cache with IDistributedCache.

There will be no problem using Redis with IDistributedCache.

And I want to manage cache data to add, remove notification operation.

Redis as a backplane and use IDistributedCache to manage messages, I think there may be problems. This is not recommended.

But, when I add to data to IDistributedCache, I can not see this data on Redis. So, How I can user redis with IDistributedCache. I configured redis according to abp document. Actually, this was my first question at the top of the page.

hi

I suggest you do this.

but I could send message by using IDistributedCache.

Can you share some code?

I want to use redis cache with IDistributedCache. And I want to manage cache data to add, remove notification operation.

Hi, ABP does not provide any UI or monitoring service for RabbitMQ Logs. There are great third-party tools for these purposes. You can check the Elastic Agent for instance: https://docs.elastic.co/en/integrations/rabbitmq . It collects and parses logs from RabbitMQ servers with Elastic Agent (APM).

Thank you so much for advice

Hi,

Can you explain it in detail? thanks.

Is there any way to keep error log topic with ABP? I used ABP RabbitMqDistributedEventBus with BackgroundJobManager and I'am sending message to queue. Bu if there is an error, t I want to keep error log in other topic in RabbitMq like a,

Is there any way to keep error log topic with ABP?

thanks

hi

ConfigureServices will be executed once when the application starts.

yes but, is there a way to override it later like in a AbpBlobStoringOptions?

hi

What do you mean AbpDynamicOptions?

Can you explain it in details?

I can change my custom aws options but, I can not change AbpTwilioOptions.

Then, I can use like this,

But, I need to change AbpTwilioSmsOptions in ConfigureServices according to parameters from UI.

Showing 21 to 30 of 57 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11