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.
現在、thread.sleep(3000) を使用して 3 秒ごとにログにデータを出力していますが、今は 15 分に変更したいと考えています。何を使うのがベスト?アラームマネージャまたはハンドラですか?
どうしたの:
thread.sleep(1000*60*15)