On Fri, Mar 26, 2010 at 11:53 AM, daniel kessler <[email protected]> wrote:

>
> I'm trying to get cfschedule to send out an email.  I've checked out a few
> tutorials and I don't see the problem I'm having.
>
> I have a page to set the cfschedule and it contains:
> <cfschedule
>        action="update"
>        task="facilities_daily_notification"
>        interval="60"
>        operation="httprequest"
>        startdate="#now()#"
>        starttime="#now()#"
>        url="
> http://sph.umd.edu/home/facilities_request/email/daily_notifcation.cfm";
> >
>
>
Try 61 seconds... You can't set a schedule to run every 60 seconds.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:332329
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to