A unit of work executed in batch (non-interactively), often scheduled for tasks like periodic aggregation or nightly processing.
売上データの集計は毎晩バッチジョブで自動実行している。
Sales data aggregation runs automatically each night as a batch job.
このバッチジョブをcronに登録すれば、毎週月曜にレポートが生成される。
If you register this batch job with cron, a report will be generated every Monday.