You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not specifically a fault with CRMint, but I am looking to run a pipeline every 2 days, the closest I've been able to get is with the cron expression 30 7 */2 * *, but this will run on the 31st AND 1st of the month, not every 3 days as required.
Are there any options to add alternative time schedules to a pipeline?
The text was updated successfully, but these errors were encountered:
Not specifically a fault with CRMint, but I am looking to run a pipeline every 2 days, the closest I've been able to get is with the cron expression
30 7 */2 * *
, but this will run on the 31st AND 1st of the month, not every 3 days as required.Are there any options to add alternative time schedules to a pipeline?
The text was updated successfully, but these errors were encountered: