On 10/12/17 11:42, Francis L Fabrizio wrote:
To first answer Kevin's question, yep that's the only record that is returned 
when doing select * from Attributes where Name = 'Subscription';

The crontab entry is:

0 * * * * /usr/local/rt/sbin/rt-email-dashboards

Thanks,
Fran

Can you turn up your log level to debug and run /usr/local/rt/sbin/rt-email-dashboards with the --time argument needed to hit your 6am dashboard time? You can figure out the right argument with this script, replacing America/New_York with your time zone:

perl -MDateTime -e 'print DateTime->now(time_zone => "America/New_York")->set_hour(6)->set_time_zone("UTC")->epoch'

Shawn

Reply via email to