Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找一种方法,除了周日的 11:00 和 12:00 之间的每一分钟都运行 autosys 作业。有没有办法在不创建 3 个工作的情况下完成此任务(一个运行周一至周六,一个运行周日至上午 11 点,一个运行周日至 12 点之后)?
你可以用两个工作来做到这一点。一个从周一到周六运行,一个在周日运行,您可以在其中指定 12:00-11:00 的 run_window。