legacy-knowledge-base
公開されました Sep. 10, 2025

Liferay でスケジュールされたタスクを停止する

written-by

Katlyn Lee

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

legacy-article

learn-legacy-article-disclaimer-text

問題

  • Liferay ですぐに使用できるスケジュールされたタスクを停止したいと思います。

Environment

  • Liferay Portal
  • Liferay DXP

解決策

  • Liferay に含まれるスケジュールされたタスクのほとんどは、Liferay バージョンのポータル プロパティのリストで .check を検索することで見つけることができます。 スケジュールされたタスクが特定されたら、ジョブが実行される間隔を 0 に設定して、スケジュールされたジョブを無効にすることができます。
    • : CheckEntryMessageListener を無効にする場合は、次のポータル プロパティを 0に設定できます。

      # Set the interval in minutes on how often CheckEntryMessageListener
      # will run to check for and delete trash entries that have been
      # in the Recycle Bin longer than the maximum age.

      # Env: LIFERAY_TRASH_PERIOD_ENTRY_PERIOD_CHECK_PERIOD_INTERVAL

      trash.entry.check.interval=60
did-this-article-resolve-your-issue

legacy-knowledge-base