Browse Source

updated

pull/2973/head
Ahmet Çotur 6 years ago
parent
commit
c7527cb626
  1. 2
      docs/en/Background-Jobs.md
  2. 2
      docs/en/Background-Workers.md

2
docs/en/Background-Jobs.md

@ -173,5 +173,5 @@ See pre-built job manager alternatives:
* [Hangfire Background Job Manager](Background-Jobs-Hangfire.md)
* [RabbitMQ Background Job Manager](Background-Jobs-RabbitMq.md)
## See More
## See Also
* [Background Workers](Background-Workers.md)

2
docs/en/Background-Workers.md

@ -71,5 +71,5 @@ While we generally add workers in OnApplicationInitialization, there are no rest
Background jobs and workers only work if your application is running. If you host the background job execution in your web application (this is the default behavior), you should ensure that your web application is configured to always be running. Otherwise, background jobs only work while your application is in use.
## See More
## See Also
* [Background Jobs](Background-Jobs.md)
Loading…
Cancel
Save