Home > Blockchain >  Autosys on every monday and first day of month
Autosys on every monday and first day of month

Time:10-09

I need to configure a autosys schedule which should run on every monday and 1st of every month. Is it possible to do in single JIL file.

I have used days_of_week: mo and what is the config used for date.

Is it possible to write a OR condition to trigger the job on either 1st or monday.

CodePudding user response:

I would say just create a calendar with those requirements, you can also do that as extended calendar so you don't have to update the regular calendar ever. Choice is yours :)

  • Related