Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
NServicebus で saga メッセージの処理を 24 時間遅らせるにはどうすればよいですか?
I'd recommend holding on to the message data in your saga, request a timeout for 24 hours, and when your saga gets the timeout call, do your processing.