Update calling-methods-with-delay.rst#28
Conversation
The second paragraph is a little hard to read. I think you mean to talk about changing the polling interval of the server. If I am incorrect in my assumption, please ignore this request
|
Not quite. Delayed jobs are So queues (i.e. message queues) are unrelated to the second paragraph. |
|
Ah, I haven't actually used Hangfire yet. So I haven't delved into the source very much. Then does this make more sense: Delayed jobs are placed in a separate set than message jobs. The :doc: .. code-block:: c# var options = new BackgroundJobServerOptions I've also updated the file. |
changed the second paragraph to express my new understanding of what is happening.
|
SonarCloud Quality Gate failed.
|











The second paragraph is a little hard to read. I think you mean to talk about changing the polling interval of the server. If I am incorrect in my assumption, please ignore this request