Rules "every 15 minutes" example is incorrect

Created on 14 November 2024, 6 months ago

Problem/Motivation

The "every 15 minutes" example is missing the 5th *:
*/15 * * * : Execute job every 15 minutes
Should be:
*/15 * * * *: Execute job every 15 minutes
The current example does not work and the cronjob is not executed.

Steps to reproduce

View the rules.html

Proposed resolution

Add the 5th * to rules.html:
*/15 * * * *: Execute job every 15 minutes

Remaining tasks

Create a MR.

User interface changes

-

API changes

-

Data model changes

-

🐛 Bug report
Status

Active

Version

2.0

Component

Documentation

Created by

🇳🇱Netherlands SanderJP

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024