openHAB 4.0.2 - Schedule page not loading after setting a scheduled task

Hello,
I setup my first schedules task on the „Schedule“ page to start a rule every minute.
From that time on the page won‘t load and show the scheduled task, even after sometime the page crashed and the browser will load again. That behaviour will constantly repeat.

Any idea what might be the cause? Can I somehow (file based) delete the added scheduled task?

Thank you for any help in advance!

openHAB version: 4.0.2
OS: openhabian
HW: Raspberry PI 4 B, 4GB

The cause is that you have set this schedule to run every minute. Now the schedule calendar is trying to show you 60 minutes * 24 hours * 7 days (= 10080) worth of run times and you are just overloading the system.

You should be able to fix this easily from the rules page. The scripts, schedules, and scenes listed in the side bar there are all just special cases of rules. In the case of the schedule, that’s just a rule that has a constant time-based trigger and the Schedule tag applied to it. This means that to fix this problem you just need to go to your rules page, find that rule and remove the Schedule tag. Then you will still have your rule, it just won’t crash your schedule page.

Thank you JustinG that worked!

With your answer I understood that I completely misunderstood the concept of Schedules. :wink: