You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have several batch jobs (*.sh scripts) to pull data from mssql server. It seems like schedules I`ve cobfigured are not working. I have one job set to "schedule" : "* 0/10 * ? * *" and another with "schedule" : "* * * ? * *" . Both call stored procedures on SQL side wich logging themselfs to the log-table. And I see this two batches running every 6-7 sec regardless of schedule settings
The text was updated successfully, but these errors were encountered:
I have several batch jobs (*.sh scripts) to pull data from mssql server. It seems like schedules I`ve cobfigured are not working. I have one job set to "schedule" : "* 0/10 * ? * *" and another with "schedule" : "* * * ? * *" . Both call stored procedures on SQL side wich logging themselfs to the log-table. And I see this two batches running every 6-7 sec regardless of schedule settings
The text was updated successfully, but these errors were encountered: