Spread load evenly by using ‘H * * * *’ rather than ‘5 * * * *’
H stands for Hash To allow periodically scheduled tasks to produce even load on the system, the symbol H (for “hash”) should be used wherever possible. For example, using 0 0 * * * for a dozen daily jobs will cause a large spike at midnight. In contrast, using H H * * * would … Read more