24h TSLU only during weekdays

How can I create a data health check for time since last update (TSLU) which does not take weekends into account.

Example use case: The data only updates Monday through Friday. During the weekdays the TSLU should be less than 24 hours, but should ignore weekends.

1 Like

Hi @mschrader,

I believe you can achieve what you would like with a dedicated cron job which only checks the data health check between Monday and Friday. Let me know if that is indeed what you are looking for. You can find more info here

3 Likes

Wonderful! Thanks :slight_smile: