Forums

Customize scheduled tasks

Hi there! I want to run my Python scripts once a week, is it possible? and Can I set other frequencies? I've only seen the "daily" option Thanks in advance

Sure. Just use a daily task that first checks if it's the right day to run and exits immediately if it is not.