When I turn on job schdule on in dagit it schedule...
# ask-community
t
When I turn on job schdule on in dagit it schedules runs to particular tie. If I have this schedule “*/15 * * * *” it gives me 00:00, 00:15, 00:30, 00:45, 1:00 and so on. If I turn on few jobs with the same schedule “*/15 * * * *” it will be high load on the server at the same time because few jobs will be run in parallel. Can I change this somehow?
y
which behavior exactly would like to change?
t
If I have few @schedule functions with the same schedule “*/15 * * * *” they all start jobs at the same time each 15 minutes. Can I change this so they will start some other different time, so the load on a server will be not so high at the same moment.