Schedule

Issue #32 closed
Susan Krieger created an issue

Is there any way to add a schedule like: every two weeks?

This seems not to be the case.

Comments (4)

  1. Marek Cendrowicz

    Hi Susan,

    you can use the option for advanced scheduling. The following cron expression should trigger your job each other Tuesday at 6:00 AM. Feel free to change it for different hour/day.

    0 0 6 ? * TUE/2

    Kind regards

  2. Log in to comment