hi, for instance i have a job that runs every minute :
- i schedule it at 1:33:00pm
- it executes and schedules itself at 1:34:00pm
- i deploy with kamal, deploy starts 1:33:30pm and ends 1:34:30pm
- it skips the scheduled job at 1:34:00pm and never executes it
i know i should be using recurring tasks, but i can't in my use case
what should i do?
is there any configuration for that?