Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Derek2
Contributor II
Contributor II

Job Orchestration and Holiday Schedule

Have a need to skip jobs on certain days that align to holidays.

Was thinking about having a single job that checks for a holiday on a DB table and exits the process if the query returns a boolean true.

Just looking for ideas on what others have done.

Labels (5)
2 Replies
Prakhar1
Creator III
Creator III

Hi @Derek Sutliff​ , according to me the DB table idea looks good for me because to find if the date is holiday or not is pretty difficult.

Finding weekends are easy but not the holiday.

ashif2
Creator II
Creator II

DB table approach is good , In addition to that , there should be additional check in place to make sure the holidays for upcoming year (say 2022) is updated .