Activities of "liangshiwei"

Hi,

How can I create BackgroundJob To execute just once (if an exception occurred) make it abandoned "true" and don't retry the job.

See: https://docs.abp.io/en/abp/latest/Background-Jobs#configuration You can set the DefaultTimeout to 0 of AbpBackgroundJobWorkerOptions

How can I remove old abandoned jobs after 1 day.

You can create a background worker to remove abandoned jobs. see: https://docs.abp.io/en/abp/latest/Background-Workers

Hi,

It's on our roadmap, it will available in the feature.

Hi,

I can't reproduce, can you provide steps? thanks.

HI,

Can you share the full error logs? thanks.

It looks like you are using both basic and OAuth authentication, I don't think you can use both

Hi,

Also, can the existing IdentityServer be disabled to open as required?

You can remove the identity server module, here is a guide video: https://www.youtube.com/watch?v=6By_lKDyTGg

Do you have a sample article and application?

We have an OAuth Resource Owner Password (ROP) External login Provider feature, you can check it:https://docs.abp.io/en/commercial/latest/modules/identity/oauth-login

Answer

Hi,

We just tried adding a claim to store that information but because the value(s) can change so frequently, we're not sure that's a good solution either.

Not suitable for storing frequently changing information, like the JWT token is immutable, when you change a claim, you must get a new token.

How about using the Distributed cache: https://docs.abp.io/en/abp/latest/Caching

Hi,

Is this work for you? https://github.com/dotnet/efcore/issues/11928#issuecomment-673058635

HI,

I'm sorry to say, the suite does not support it, you have to add references manually for your own modules.

Hi,

Did you try this?

https://support.abp.io/QA/Questions/3454/Can-not-update-ABP-packages-to-532-through-ABP-suite#answer-bbb0679c-5746-645f-7e8b-3a0539d530b4

Showing 541 to 550 of 2428 entries
Made with ❤️ on ABP v9.2.0-preview. Updated on January 24, 2025, 10:25