Open Closed

Background Jobs #2925


User avatar
0
shobhit created
  • ABP Framework version: v4.2.2
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

i have 1 scenario where api method receive request. for ex:

  1. update user details
  2. update user address in custom table
  3. call 3rd party api and update user details as point 1 done, api reuturn back to UI and point 2,3 happens in background.

Question: how i can achieve this scenario. Please share document and sample code.


1 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    https://docs.abp.io/en/abp/latest/Background-Jobs https://docs.abp.io/en/abp/latest/Background-Workers

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11