Hi, I want to make a game where the tournaments will be reset each week, that means the scheduler will be:
0 0 * * 0
But I want all the participants can submit their score until the end of reset time, how do I achieve this?
If I set the duration into 691200 seconds ( 8 days), will it still be reset each week? and when will the TournamentEnd function occurs?
Thank you