Scheduling a script programmatically from a script
i have a python backend it has a internal route that the windmill can query using a key that i can verify, so i want to trigger a script from the backend that windmill can schedule for 1 hours then when that script trigger it basically calling the backend again to send a mail then if it successful it reschedule it self again for 2 hours so after this time it terminate. Any suggesstion will be appreciated
1 Reply
is this possible or there are better ways to do it?