How Can I Create a Cronjob to Run Every Two Weeks on Friday?

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

  • 2023-03-10
  • 2023-03-24
  • 2023-04-07
  • 2023-04-21
  • 2023-05-05

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