Use this simple job to send hourly notifications to an admin if the org's limit usage for daily async executions exceeds 90%. You can use this execute anonymous script to do so.
System.schedule('MonitorAsyncUsage', '0 0 * * * ?', new MonitorAsyncUsage());