Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 317 Bytes

2023-08-18-allow-running-scheduled-task-handler-as-crontab.md

File metadata and controls

9 lines (7 loc) · 317 Bytes
title issue
Allow running scheduled task handler as crontab
NEXT-29980

Core

  • Added new parameter --no-wait to scheduled-task:run command to run scheduled tasks without waiting actively.
    • With the flag active, the command can be used in normal crontab and doesn't need to run in the background.