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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
karthik_T
Contributor
Contributor

Cron Expression

Hi,

i want to write a cron expression to run the job at 4:30 of every day except 3rd of every month. How can i write a expression for this.

 

i think it is like 30 04 1-2,L-4  * *    can some one tell me that it is correct or not.

 

 

Thanks.

Labels (2)
7 Replies
Anonymous
Not applicable

Hello,

Are you referring to TAC CRON trigger or you want to build your job as a standalone one and schedule it via CRON scheduler?

Best regards

Sabrina

David_Beaty
Specialist
Specialist

Hi,

If its the UNIX CRON scheduler, you'll probably need to something like:

30 4 1-2,4-31 * * *

karthik_T
Contributor
Contributor
Author

Hi Xdshi,

 

i am using third party scheduler(jenkins). installed in ubuntu server.

 

 

Thanks

karthik_T
Contributor
Contributor
Author

Hi David_beaty,

 

i want to schedule in ubuntu server.

David_Beaty
Specialist
Specialist

I believe Jenkins schedule configuration is cron-format compliant, so the example I gave should work


karthik_T
Contributor
Contributor
Author

Hi David_beaty,

 

 Thanks. I want to create a job dependency in Jenkins like one job should depend on four other jobs.

 

 

Thanks.

David_Beaty
Specialist
Specialist

I think the Talend Community Discussions is probably not the best place for that kind of insight into Jenkins.