Run multiple jobs in one session #691
-
SO: Windows 11 Pro Is possibly to run multiple jobs in only one session?, I use a postgres function for create multiple jobs for this: SELECT timetable.add_job('connect to remote host', '* * * * *', Then I need to copy multiple sql files to some tables in remote database: Is possible to run this jobs in only one session? or exists some way to run nested jobs? In MacOS is easy to run the copy in only one job using -c parameter in the connection string, but in Windows this is not possible |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
of course, it should be one chain with several tasks. Check Download example on how to do it |
Beta Was this translation helpful? Give feedback.
of course, it should be one chain with several tasks. Check Download example on how to do it