Schedule a bot tha last two business days

@marquezd

You cannot do with cron…instead achedule it for last 4 days using cron…and in process include a logic to check if the current run date is part of last two working days …if yes run…else just stop and do not proceed

Cheers