This topic was automatically generated from Slack. You can find the original thread here.
I’m trying to make a cronjob that will run every two weeks on Friday. Anybody done anything like this?
This topic was automatically generated from Slack. You can find the original thread here.
I’m trying to make a cronjob that will run every two weeks on Friday. Anybody done anything like this?
for example
Hello , I think you can search for the relevant cron expression
and put it into Pipedream customer interval trigger.
For example, this cron expression 0 0 1,15 ** **
will run “At 00:00 on day-of-month 1 and 15.”
next
I was asking if anybody had any ideas to pull that off